Skip to content
Download OpenAPI description
Overview
API Support Group

api@yellowdogsoftware.com

Languages
Servers
Production server

https://auth.yellowdogsoftware.com/

Request

Bodyapplication/json
clientIdstring
Example: "ABC123"
userNamestring
Example: "bi_dashboard_api_key"
passwordstring
Example: "xyz-123-abc-789-pqr"
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"
  }'

Responses

OK

Bodyapplication/json
messagestring or null
Response
application/json
{ "message": "string" }

Request

Bodyapplication/json
messagestring or null
curl -i -X POST \
  https://auth.yellowdogsoftware.com/refreshToken \
  -H 'Content-Type: application/json' \
  -d '{
    "message": "string"
  }'

Responses

OK

Bodyapplication/json
messagestring or null
Response
application/json
{ "message": "string" }