Get reseller consumption

Retrieve the monthly license consumption for all direct customer workspaces attached to a reseller.

Endpoint

GET https://api.signitic.app/reseller/consumption

Headers

Name
Type
Description

x-api-key*

String

Your reseller API key.

Query parameters

Name
Type
Required
Description

start_month

String

Yes

Start month in YYYY-MM format.

end_month

String

Yes

End month in YYYY-MM format.

Success response

Example request

GET /reseller/consumption?start_month=2026-01&end_month=2026-03 HTTP/1.1
Host: api.signitic.app
x-api-key: <your-reseller-api-key>

200 OK

Only months with recorded license usage are returned in the consumption object.

Error responses

Status
Internal code
When

401

n/a

The reseller API key is missing or invalid.

Last updated