Skip to main content
POST
Fetch chat contacts/message list

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.

Body

application/json
text
string

Search filter on user names

Example:

"Jane"

unread_only
enum<string>

Filter to unread conversations only

Available options:
Y,
N
Example:

"N"

partner_id
integer

Append specific partner conversation

Example:

1

athlete_id
integer

Agent delegation

Example:

123

page
integer
Example:

1

limit
integer
Example:

10

page_limit
integer

Alias for limit

Example:

10

Response

200

Message contacts list