Skip to content
Guides
API reference
stablebilling:read

Get current billing usage

GET/v1/billing/current/usage

Authorization

bearerAuth
AuthorizationBearer <token>

OAuth2 access token issued by Ecomiq Auth.

In: header

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"
{  "currentPlan": "none",  "usage": [    {      "code": "string",      "used": 0,      "limit": 0    }  ]}