Chat

Get a chat by ID

GET
/api/v1/chat/get/{chatId}
/api/v1/chat/get/{chatId}

The Authorization access token

Authorization

Authorization
Required
<token>

Please enter a valid access token

In: header

Path Parameters

chatId
Required
string

The ID of the chat to retrieve

curl -X GET "https://example.com/api/v1/chat/get/string" \
  -H "Authorization: <token>"

OK