Get Message Status
Messaging APIs
Get Message Status
Fetches the current delivery status of a previously sent notification message
GET
Get Message Status
Header
string
required
Bearer token for API authentication. Format:
Bearer {{apiToken}}Required: API Key with full accessPath Parameters
UUID
required
Unique ID of the sent notification
Response
Success Response (200 OK)
string
required
Current status of the message (enum value)
Response Examples
Example: Successful Status Check
Possible Status Values
QUEUED: Message is queued for sendingSENT: Message has been sent to the providerDELIVERED: Message has been delivered to the recipientFAILED: Message delivery failedREAD: Message has been read by the recipient (if supported by channel)