OK
Overview
API Support Group
Languages
Servers
Production server
https://auth.yellowdogsoftware.com/
- Production server
https://auth.yellowdogsoftware.com/token
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://auth.yellowdogsoftware.com/token \
-H 'Content-Type: application/json' \
-d '{
"clientId": "ABC123",
"userName": "bi_dashboard_api_key",
"password": "xyz-123-abc-789-pqr"
}'
- Production server
https://auth.yellowdogsoftware.com/refreshToken
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://auth.yellowdogsoftware.com/refreshToken \
-H 'Content-Type: application/json' \
-d '{
"message": "string"
}'