Skip to main content
GET
/
user
/
hash
/
intercom
Get Intercom hash
curl --request GET \
  --url https://nimbussuite.com/api/v1/user/hash/intercom \
  --header 'Authorization: Bearer <token>'
{
  "hash": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Intercom hash retrieved

hash
string