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.eyJzdWIiOiI4NSIsInNjcCI6InVzZXIiLCJhdWQiOm51bGwsImlhdCI6MTc1MzI2NjE3MCwiZXhwIjoxNzU1ODU4MTcwLCJqdGkiOiIwYmNhZjE5NS02ZTE1LTRmMTEtYTFhMC03Mjk1OTJjYjNlNzYifQ.d6qHV9Kxu-RSs70UW66mvAeKTMMcfQzoQmVDeMXG8MQ
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: 1bdd6003-7a00-4bf8-a572-93741cfdd2e5
x-runtime: 0.014360
content-length: 107

Body

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

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

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