Lets you retrieve the callback information for your inbound SMS, inbound MMS, or outbound delivery receipt (DLR) callback services.
Endpoint
GET /messages/{callback_type}Request Parameters
Path Parameter
-
callback_type
string requiredCallback type to review. Allowed values are:
- sms_callback
Called for inbound SMS messages (see Receive an SMS).
- mms_callback
Called for inbound MMS messages (see Receive an MMS).
- sms_dlr_callback
Called for SMS Delivery Receipts (see Receive a DLR).
- mms_dlr_callback
Called for inbound MMS Delivery Receipts (see Receive a DLR).
- sms_callback
Response Format
On success, the HTTP status code in the response header is 200 OK and the response body contains a detailed callback object for your specified callback_type. On error, the header status code is an error code and the response body contains an array of error objects.-
data
objectCallback object composed of the following:
-
attributes
objectDifferent attributes of a callback object:
callback_url string- The callback URL associated with your specified callback_type.
product string- Indicates the product associated with your specified callback_type. For example, "dlr" is the product associated with your sms_dlr_callback.
-
type
stringThis will always be callback.