POST
/
auth
/
token
curl --request POST \
  --url https://sandbox.axle.energy/auth/token
{
  "access_token": "<string>",
  "token_type": "<string>"
}

Use your username and password to retrieve a token with specified scopes.

Query Parameters

username
string
required
password
string
required

Response

200
application/json
Successful Response
access_token
string
required
token_type
string
required