Skip to main content
GET
/
messages
/
{id}
Get a message
curl --request GET \
  --url https://api.sentvia.ai/v1/messages/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "thread_id": "<string>",
  "direction": "<string>",
  "from_addr": "<string>",
  "to_addrs": [
    "<string>"
  ],
  "subject": "<string>",
  "body_text": "<string>",
  "delivery_status": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

OK

id
string
thread_id
string
direction
string
from_addr
string
to_addrs
string[]
subject
string | null
body_text
string | null
delivery_status
string