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

Authentication

Send your reseller API key in the x-api-key header.

x-api-key: <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.

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>

Response

200 OK

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

Common errors

Status
Description

401

Missing or invalid x-api-key.

Last updated