Endpoint

GET /messages/{callback_type}

Request Parameters

Path Parameter

  • callback_type
    string required

    Callback type to retrieve details for. Possible values are sms_callback, mms_callback, and dlr_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
    object

    Callback object composed of the following:

    • attributes
      object

      Different attributes of a callback object:

      • api_version string- Indicates the version of the Messaging API that your account is using.

      • 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 dlr_callback.

    • type
      string

      This will always be callback.