Current Balances

Type: GET

https://cloud.syminet.com/api/v1/billing/

Returns current accrued charges and any balance for your account.

Curl
 curl --request GET \
      --url https://cloud.syminet.com/api/v1/billing/ \
      --header "authorization:bearer $API_TOKEN"
Response
{
  "data": {
    "accrued_charges": 75.01,
    "balance": 0.0
  }
}

Response: 200 OK