Error
A valid request URL is required to generate request examples{
"data": {
"id": 121,
"sender_number_id": 1,
"recipient_user_id": 2002,
"conversation_id": 42,
"message_id": 9001,
"message_type": "text",
"content": "Hello from Sinjapp Business",
"status": "sent",
"delivery_status": "read",
"sent_at": "2026-09-13T12:00:00.000000Z"
}
}{
"message": "Unauthenticated."
}{
"message": "The API key does not include the required scope."
}{
"message": "<string>"
}Messages
Read a message and its delivery status
Read a message log belonging to the current tenant, including its current delivery_status. Use data.id from the send response, not the underlying chat message_id. Poll from your server with a delay and a timeout to track delivery or reading. Receipt timestamps and delivery webhooks are not exposed.
GET
/
messages
/
{messageLog}
Error
A valid request URL is required to generate request examples{
"data": {
"id": 121,
"sender_number_id": 1,
"recipient_user_id": 2002,
"conversation_id": 42,
"message_id": 9001,
"message_type": "text",
"content": "Hello from Sinjapp Business",
"status": "sent",
"delivery_status": "read",
"sent_at": "2026-09-13T12:00:00.000000Z"
}
}{
"message": "Unauthenticated."
}{
"message": "The API key does not include the required scope."
}{
"message": "<string>"
}