Endpoint

PUT /messages/{callback_type}

Request Parameters

Path Parameter

  • callback_type
    string required

    Callback type to be associated with the account. Possible values are sms_dlr_callback and mms_dlr_callback

    The old type of dlr_callback has been deprecated but still supported for SMS DLRs.

Body Parameter

  • callback_url
    string required

    The callback URL for your specified callback type. For example, if you specify sms_callback as a path parameter, the value that you set this field to will be the URL associated with the inbound SMS callback service for your Flowroute account. To learn more about Flowroute's SMS callback service, see Receive an SMS.

Response Format

On success, the HTTP status code in the response header is 204 No Content which means that the server successfully processed the request and is not returning any content. On error, the header status code is an error code and the response body contains an array of error objects.