Get Message Status
This endpoint retrieves the delivery status of a message based on the unique_id of the message
Documentation Index
Fetch the complete documentation index at: https://docs.periskope.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Please provide the number of the phone you want to call with this API in the header. The number must be in country code + number format without any characters or spaces, e.g. 919876543210; Alternatively, provide the phone_id (phone-xxxxxxxxxxxx) in the header
"918527184400"
Path Parameters
A unique identifier returned by /message/send or /message/broadcast APIs at send time
"3EB0A0A8F90A01259C81A3"
Response
200 OK
The response is a JSON object with the current delivery status of the message
A unique identifier for your message queue
"5df4cb6d-9f2b-46b6-936e-8e6f4b1a5400"
Provisional message identifier, useful for tracking via /message/{unique_id}/status
"3EB0A0A8F90A01259C81A3"
A unique identifier for the message, containing information about the chat, sender, and message details.
"true_8824248940@c.us_3EB0A0A8F90A01259C81A3"
The unique identifier of the WhatsApp chat (format: {phone_number}@c.us for individual chats or {group_id}@g.us for groups).
"8824248940@c.us"
Identifier of who initiated the message (e.g. api, user)
"api"
Current delivery status of the message
"read"
The description of the current status of the message
"Read by recipient."
The WhatsApp acknowledgement status of the message
4
The message content that was sent
Timestamps for key events in the message lifecycle
Number of attempts made to send the message
1
Number of recipients who received the message
1
Number of recipients who read the message
1