List all chats
Chats
GET chats
Endpoint
GET /api/v1/chats
Parameters
Name | Description |
---|---|
by_company | Filter by company_id (admin only) |
Request
Route
GET /api/v1/chats
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiI1MSIsInNjcCI6InVzZXIiLCJhdWQiOm51bGwsImlhdCI6MTc2MDk1MDQzMSwiZXhwIjoxNzYzNTQyNDMxLCJqdGkiOiI2NjczMWY4OC1kZDY2LTRlYzktYWMxOS02YmI2MzRjYjA3MjUifQ.6abRBzBpXjCPjMBwHOGMDqlCKO7Ve01ogV_r-Ovs4Rk
Host: example.org
Cookie:
Query Parameters
{}=
Body
{
}
Response
Simulated Response
Status
200
Headers
x-frame-options: SAMEORIGIN
x-xss-protection: 0
x-content-type-options: nosniff
x-permitted-cross-domain-policies: none
referrer-policy: strict-origin-when-cross-origin
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"8e4c51433b3f8002b8f888b78c313325"
cache-control: max-age=0, private, must-revalidate
x-request-id: 2f05c43c-d3ca-4593-9f5e-3675c6043d22
x-runtime: 0.013551
content-length: 228
Body
{
"chats": [
{
"id": 15,
"topic": {
"id": 13,
"image": null,
"title": "Hartmann, Weissnat and Wilkinson"
},
"topic_type": "User",
"unread": 0
},
{
"id": 13,
"topic": {
"id": 7,
"number": 15972197,
"title": "Global Architect"
},
"topic_type": "Job",
"unread": 0
}
]
}