cURL
curl --request GET \ --url https://prod.oneloop.ai/api/v1/customer-billing \ --header 'Authorization: Bearer <token>'
{ "billing": { "id": "<string>", "totalCredits": "<string>", "usedCredits": "<string>", "allowOverages": true, "spendCap": "<string>", "createdAt": "<string>", "updatedAt": "<string>" } }
Show child attributes