latestOpenAPI 3.0.32026-08-20146131.7 MB
672b1916ba61
Issuance
List token filter facets
Returns the filter choices available for the project's token list — template ids in use, counts per lifecycle state, and the unfiltered total. Deliberately unaffected by list filters, so a client can offer the full set of options while showing a filtered page.
get/v1/issuance/tokens/facets
Headers
x-project-idstring
Selects the active project for this request. Required for session/dashboard callers. Ignored when authenticating with an API key, whose scope is fixed to the key's project.
Example:prj_example
Selects the active project for this request. Required for session/dashboard callers. Ignored when authenticating with an API key, whose scope is fixed to the key's project.
Response
Token filter facets
Example response
{
"data": {
"templates": [
{
"template": "stablecoin",
"count": 12
}
],
"deploymentStatuses": {
"draft": 3,
"active": 8,
"paused": 1
},
"total": 12
},
"meta": {
"requestId": "req_example",
"timestamp": "2025-01-01T00:00:00.000Z"
}
}