cURL
curl --request PATCH \ --url https://api.voxo.co/v2/messaging/messages/retry-message/{messageId} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "from": "<string>", "to": "<string>", "text": "<string>", "mediaUrls": [ "<string>" ] }
Retry sending a message that is in a failed state
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Message ID
Message retry initiated
Sender number
Recipient numbers
Message text
Media URLs
Was this page helpful?
Contact support