Skip to main content
GET
Get message details

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Message ID

Response

Message retrieved successfully

id
string<uuid>
tenant_id
string<uuid>
account_id
string<uuid>
user_id
string<uuid>
batch_id
string<uuid>
from
string
to
string
body
string
status
enum<string>
Available options:
pending,
queued,
submitted,
delivered,
failed,
rejected,
expired
part_count
integer
sell_price
number
cost_price
number
connection_id
string<uuid>
provider_message_id
string
priority
string
is_encrypted
boolean
error_code
string
error_message
string
sent_at
string<date-time>
delivered_at
string<date-time>
created_at
string<date-time>
updated_at
string<date-time>