GET
/
v1
/
messages
/
{id}
curl --request GET \
  --url https://api.openphone.com/v1/messages/{id}
{
  "data": {
    "id": "AC123abc",
    "to": [
      "+15555555555"
    ],
    "from": "+15555555555",
    "text": "Hello, world!",
    "phoneNumberId": "PN123abc",
    "direction": "incoming",
    "userId": "US123abc",
    "status": "sent",
    "createdAt": "2022-01-01T00:00:00Z",
    "updatedAt": "2022-01-01T00:00:00Z"
  }
}

Path Parameters

id
string
required

The unique identifier of a message

Response

200
application/json
Success
data
object
required