Skip to main content
PATCH
/
v2
/
messaging
/
messages
/
retry-message
/
{messageId}
Retry Failed Message
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>"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

messageId
string
required

Message ID

Response

Message retry initiated

id
string
required

Message ID

from
string
required

Sender number

to
string
required

Recipient numbers

text
string | null
required

Message text

mediaUrls
string[] | null
required

Media URLs