EndpointsApiV1Billing
Get billing balance
Authorization
BearerAuth AuthorizationBearer <token>
In: header
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/billing"{ "creditsLeft": 0, "lastBillingTransaction": { "amount": 0, "created_at": "string", "description": "string", "id": "string", "metadata": null, "reference_id": "string", "subscription_id": "string", "type": "purchase" }, "lastUpdated": "string", "userId": "string"}