Skip to main content
GET
List Conversations

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Query Parameters

contact
string<uuid>

A Contact Id to filter the Conversations and only get those from that Contact.

page
integer

A page number within the paginated result set.

page_size
integer

Number of results to return per page.

A search term.

Response

200 - application/json
count
integer
Example:

123

next
string<uri> | null
Example:

"http://api.example.org/accounts/?page=4"

previous
string<uri> | null
Example:

"http://api.example.org/accounts/?page=2"

results
object[]