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