GET
/
credit
/
balance
get credit balance
curl --request GET \
  --url https://pollo.ai/api/platform/credit/balance
{
  "availableCredits": 123,
  "totalCredits": 123
}

Response

200
application/json

Successful response

The response is of type object.