Messages
Get a message by ID
Messages
Get a message by ID
Get a message by its unique identifier.
GET
/
v1
/
messages
/
{id}
Path Parameters
The unique identifier of a message
Response
200 - application/json
The timestamp when the message was created at, in ISO 8601 format
The direction of the message relative to the OpenPhone number.
Available options:
incoming
, outgoing
A phone number in E.164 format, including the country code.
The unique identifier of the message.
The unique identifier of the OpenPhone phone number that the message was sent from.
The status of the message.
Available options:
queued
, sent
, delivered
, undelivered
The content of the message.
Array of recipient phone numbers in E.164 format. Includes your OpenPhone number for incoming messages.
The timestamp when the message status was last updated, in ISO 8601 format.
The unique identifier of the user who sent the message. Null for incoming messages.
Was this page helpful?