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.eyJzdWIiOiI4NSIsInNjcCI6InVzZXIiLCJhdWQiOm51bGwsImlhdCI6MTc0ODUxNjQ5NSwiZXhwIjoxNzUxMTA4NDk1LCJqdGkiOiI5NmFiMDc1Zi03YzkyLTQzMmEtYjU4OS0yM2RiMjBkZTkzY2UifQ.izXGxPQBqm7YinMqd_XNFOl66vfo2tRTe-v1916V7o4
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: 281b69aa-f2e9-4df8-b6a3-2dc61af0b085
x-runtime: 0.007381
content-length: 107

Body

{
  "chat": {
    "id": 53,
    "messages": [

    ],
    "role": "driver",
    "senders": [

    ],
    "topic": {
      "title": "Admin"
    },
    "topic_type": "User"
  }
}