Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

Authentication header containing API key (find it in dashboard). The format is "Bearer YOUR_API_KEY"

Path Parameters

contact_id
string
required

Query Parameters

limit
integer
default:50

Maximum number of items to return.

Required range: x <= 1000
pagination_key
string

Pagination key for fetching the next page.

Response

Merged list of the contact's conversations.

items
object[]
pagination_key
string

Base64url-encoded pagination key. Pass as pagination_key query parameter to fetch the next page.

has_more
boolean

Whether more conversations exist beyond the returned window.