Skip to content
Guides
Payments & FinanceBilling
billing:read

Get current billing usage

GET/v1/billing/current/usage

Get 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

Authorization*string

OAuth 2.0 bearer token.

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    }  ]}