Getting Started
Get Access Token
POST
/
auth
/
token
Please note that the clientId and secretKey from your dashboard are to be used as your username and password
”Authorization”: “Basic ” + base64encode(“clientId:secretKey”)
Was this page helpful?
Please note that the clientId and secretKey from your dashboard are to be used as your username and password
”Authorization”: “Basic ” + base64encode(“clientId:secretKey”)
Was this page helpful?