Was this helpful?
Retrieve IM server token
/im/token
curl -L \ --url 'https://HOSTNAME:8887/api/im/token' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{ "token": "text" }
Regenerate IM server token
curl -L \ --request POST \ --url 'https://HOSTNAME:8887/api/im/token' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'