Shows exact chat
Chats
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.eyJzdWIiOiI2NyIsInNjcCI6InVzZXIiLCJhdWQiOm51bGwsImlhdCI6MTc1MzI2NjE2OSwiZXhwIjoxNzU1ODU4MTY5LCJqdGkiOiIzMmQ3NTg1Zi01YTZjLTQ3MDAtODMwYy02ODJkOWZiODE3YjkifQ.IIGbbzJnnLk3S5_2HGZwi_W_P6TfRB83z6FudhBVMk0
Host: example.org
Cookie:
Query Parameters
{}=
Body
{
}
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: fd985b81-7d3a-4171-acfd-57d3146bda62
x-runtime: 0.021920
content-length: 91
Body
{
"status": "Forbidden",
"message": "not allowed to show? this Chat",
"code": 403,
"backtrace": ""
}