Payments & FinanceBilling
Get current billing usage
GET
/v1/billing/current/usageGet current billing usage. A successful request returns HTTP 200 with the documented response body.
Authorization
bearerAuth AuthorizationBearer <token>
OAuth2 access token issued by Ecomiq Auth.
In: header
Header Parameters
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/v1/billing/current/usage" \ -H "Authorization: Bearer <token>"{ "currentPlan": "none", "usage": [ { "code": "example_code", "used": 1, "limit": 1 } ]}