Skip to main content
POST
/
ott
/
messages
/
{id}
/
retry
Retry OTT message
curl --request POST \
  --url https://api-message.nativehub.live/api/v1/ott/messages/{id}/retry \
  --header 'Authorization: Bearer <token>'
{
  "id": "b0c1d2e3-f4a5-6789-bc01-234567890123",
  "tenant_id": "c3d4e5f6-a7b8-9012-cdef-123456789012",
  "channel_id": "f8a9b0c1-d2e3-4567-fa89-012345678901",
  "template_id": "a9b0c1d2-e3f4-5678-ab90-123456789012",
  "to": "+8801712345678",
  "body": "Hello Alice, welcome to our service!",
  "status": "delivered",
  "provider_message_id": "wamid.abc123xyz",
  "created_at": "2026-02-14T11:00:00Z"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

OTT Message ID

Response

200 - application/json

OTT message retry initiated

id
string<uuid>
tenant_id
string<uuid>
channel_id
string<uuid>
template_id
string<uuid>
to
string
body
string
status
string
provider_message_id
string
error_message
string
created_at
string<date-time>