Get Customer Balance
To retrieve the balances on a customer's account, send a GET request to
/v2/customers/my/balance.
Authorization
AuthorizationRequiredBearer <token>OAuth Authentication
OpenScaler API uses OAuth, a standard for secure authorization. To access the API, obtain a token via the OpenScaler Platform.
Use the access_token in the Authorization header for requests:
Always keep your token secure and do not share it with anyone.
In: header
Query Parameters
project_idRequiredstringProject to fetch balance for.
include_detailsbooleanIf set to true, the response will include the balance and usage of each resource category.
Default:
trueThe response will be a JSON object that contains the following attributes