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.eyJzdWIiOiI4NSIsInNjcCI6InVzZXIiLCJhdWQiOm51bGwsImlhdCI6MTc2MDk1MDQzNCwiZXhwIjoxNzYzNTQyNDM0LCJqdGkiOiIwNmE2YjNmMS1iOTIxLTQxNGYtYjRkNS03NjFiODcwZjAwZGIifQ.BDpe0I44ogPyI_XJuCqNZfMYJyn2uL7wTPi-7vuoWrg
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/"aafa8aa2f8d5fe9e7dba664ae3fd2836"
cache-control: max-age=0, private, must-revalidate
x-request-id: 1fd8ae0d-b453-44dd-a746-ffa5af1a5558
x-runtime: 0.007868
content-length: 107

Body

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

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

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