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.eyJzdWIiOiI4NSIsInNjcCI6InVzZXIiLCJhdWQiOm51bGwsImlhdCI6MTc0MjQ2NDkwNiwiZXhwIjoxNzQ1MDU2OTA2LCJqdGkiOiJiNTE4YTUwNi0zNzk0LTRmMzEtODgxYy1jZDgzZGUzNzIwZmMifQ.K8UVLRgzn-E0XWHk0PDxuxi20MEt9WqTOZ-XuiRcLgk
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/"aafa8aa2f8d5fe9e7dba664ae3fd2836"
cache-control: max-age=0, private, must-revalidate
x-request-id: 06beea72-8126-4492-87a1-9c21c3cbf992
x-runtime: 0.013224
content-length: 107
Body
{
"chat": {
"id": 53,
"messages": [
],
"role": "driver",
"senders": [
],
"topic": {
"title": "Admin"
},
"topic_type": "User"
}
}