Chat

Get a shared chat by ID

GET
/api/v1/chat/shared/{chatId}
/api/v1/chat/shared/{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 shared chat to retrieve

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

OK