Generate Access Token
Authorize this API call by including Authorization header that contains the word 'Basic' followed by a space and a base64-encoded string 'appid:rhkey' i.e. 'Basic base64(appid:rhkey)'
Authorize Calls
This endpoint authorizes your API calls
POST
{{baseUrl}}/auth
Headers
Name
Type
Description
Basic*
String
Basic base64(appid:rhkey)
Last updated
Was this helpful?