Chats

Shows exact chat

GET chat

Endpoint

GET /api/v1/chats/:id

Request

Route

GET /api/v1/chats/34

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiI2NyIsInNjcCI6InVzZXIiLCJhdWQiOm51bGwsImlhdCI6MTc0ODUxNjQ5NCwiZXhwIjoxNzUxMTA4NDk0LCJqdGkiOiIyOGMyMDk2Ni0xMDQ3LTRhMGYtYjAzZS05ODhjNDAyN2NhYjkifQ.Id6kZvSQsU9s_bx4CoDdVVuXtGIZmepp2DZTr-Ky5O8
Host: example.org
Cookie: 

Query Parameters

{}=

Response

Simulated Response

Status

403

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
cache-control: no-cache
x-request-id: 07e3dd28-04ae-4ea2-b063-7531740d6292
x-runtime: 0.010959
content-length: 91

Body

{
  "status": "Forbidden",
  "message": "not allowed to show? this Chat",
  "code": 403,
  "backtrace": ""
}