Chats
GET help
Endpoint
GET /api/v1/chats/help
Request
Route
GET /api/v1/chats/help
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiI3NCIsInNjcCI6InVzZXIiLCJhdWQiOm51bGwsImlhdCI6MTczNzU1MTU1MSwiZXhwIjoxNzQwMTQzNTUxLCJqdGkiOiI5YjQyNTk1NS0xNzhhLTRhZWItODA3Yy00YTE5NDg4ZGJiY2UifQ.Dhtiol9dbU4oOj_F0tV67UwTjeY6yNm1MicbL64TxH0
Host: example.org
Cookie:
Query Parameters
{}=
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/"e26d0d78e9734878aa4c7213ce6e7c58"
cache-control: max-age=0, private, must-revalidate
x-request-id: 3496554f-61fc-4c8f-a6e0-a21cac026c1f
x-runtime: 0.008762
content-length: 107
Body
{
"chat": {
"id": 40,
"messages": [
],
"role": "driver",
"senders": [
],
"topic": {
"title": "Admin"
},
"topic_type": "User"
}
}