GET
/messages
curl \
--request GET 'https://api.pairfon.com/messages' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"data": [
{
"id": "string",
"direction": "inbound",
"to": "string",
"body": "string",
"status": "string"
}
]
}