Skip to main content
GET
List conversations

Authorizations

Authorization
string
header
required

Pass API key as Authorization: Bearer <api_key>.

Query Parameters

tag
string

Filter by a participant tag. The connected account's own profile is ignored.

contact_id
string

Filter by TalkToHumans contact ID. Use a positive integer encoded as a string.

Pattern: ^[1-9][0-9]*$
limit
integer
default:10

Page size. Defaults to 10. Values above 25 are clamped to 25.

Required range: 1 <= x <= 25
cursor
string

Opaque cursor from the previous response's pagination.next_cursor.

Response

Conversations matching the filters.

data
object
required