get sms or mms message details

API Docs by APIMATIC

Get SMS or MMS Message Details

Use this method to get a specific SMS or MMS message details, including delivery status.

This endpoint requires authentication.

GET /messages
  • EXPLORER
  • PARAMETERS
Endpoint Arguments*
Parameters*

Unique identifier of SMS message generated by the Wavix platform.

Server

SMS and MMS messaging

Response Type

Errors

HTTP Status CodeError DescriptionException Class
403
Request failed. Outbound SMS messaging service is disabled.
404
Request failed. Message with message_id not found.
curl -X GET -G \
  --url 'https://api.wavix.com/v2/messages' \
  -H 'Accept: application/json' \
  -d 'appid=your-API-key' \
  -d 'message_id=100'