Skip to content

Preflight a chat association

GET
/chat
curl --request GET \
--url 'https://web.exactly.app/api/chat?token=example'

Reports whether the chat id encoded in the token can be associated, surfacing conflicts as 400.

token
required
Chat token

Encrypted token encoding the chat id to associate.

string

The id is available to associate.

Bad token, associated with another credential, or this credential already has one.