Skip to main content
GET
List Communications

Authorizations

Authorization
string
header
required

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

Path Parameters

customer_id
string<uuid>
required

Query Parameters

channel
string | null

Filter by channel: email, sms

limit
integer
default:50
Required range: x <= 500

Response

Successful Response

id
string<uuid>
required
customer_id
string<uuid>
required
channel
string
required
direction
string
required
event_type
string | null
required
recipient
string
required
subject
string | null
required
body_preview
string | null
required
provider
string | null
required
status
string
required
error_message
string | null
required
sent_at
string<date-time>
required
delivered_at
string<date-time> | null
required