GET
/
rewards
/
{site_id}
/
info
curl --request GET \
  --url https://api-sandbox.axle.energy/rewards/{site_id}/info \
  --header 'Authorization: Bearer <token>'
{
  "current_balance_pence": 123,
  "total_earnings_pence": 123
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

site_id
string
required

Response

200
application/json

Successful Response

Response model for site balance information.