Cluster authentication service reference (CAS)
get
Https://<url>
/stream/token/v2/
<url>/stream/token/v2/
cUrl(Bash)
curl -iL --request GET --url https://YOUR_CAS_URL/stream/token/v2/ --header 'auth-api-key: API_KEY' --header 'auth-api-secret: API_SECRET'
A successful response will look like that:
{
"token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9...."
}
Last modified 9mo ago