Cluster authentication service reference (CAS)
Steaming Token (Access Token)
<url>/stream/token/v2/
GET
Https://<url>/stream/token/v2/
Path Parameters
Name
Type
Description
/stream/token/
string
Headers
Name
Type
Description
Auth-API-Secret
string
Customer api secret
Auth-API-Key
string
Customer api key
Accept
string
application/json
Example - acquiring an Access Token
The Access Token
is a JWT token - more about JWT you can read - here.
A successful response will look like that:
You can get your API_KEY and API_SECRET in your private area, here.
Last updated