Was this helpful?
Retrieve IM server token
GET /api/im/token HTTP/1.1 Host: hostname:8887 Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
OK
{ "token": "text" }
Regenerate IM server token
POST /api/im/token HTTP/1.1 Host: hostname:8887 Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*