You can subscribe to the webhook service here.
Request
Header
| Header | Type | Description |
|---|---|---|
| AppId | string | Create an app to get your app ID on dashboard here |
| Authorization | string | Private/secret key. Use <key> not Bearer <key> |
Query Parameters
| Parameters | Type | Description | Required |
|---|---|---|---|
| message_id | string | reference ID of the message | required |
Response Sample
Response Fields
| Field | Type | Description |
|---|---|---|
| entity | object | Contains the message status result |
| entity.status | string | Current delivery status of the message (e.g., βDELIVEREDβ, βPENDINGβ, βFAILEDβ) |