v3

latestOpenAPI 3.0.4raw.githubusercontent.com2026-07-04115.5 KB
Status List Hosting

Resolve the signed status-list token by correlation id

Returns the raw signed status-list token for the list with business correlation id {correlationId}. This is the stable, externally referenced address that issued credentials embed, since the correlation id is operator-chosen and does not change across upgrades. The body is the bare signed token with the token's own Content-Type and a Cache-Control: public, max-age=<ttl> header (falling back to public, max-age=300). Returns 404 when no list has this correlation id.

get/{correlationId}

Path parameters

correlationIdstring required
Example:e2e-token

Business correlation id of the status list, chosen by the operator when the list is created. This is the value embedded into issued credentials, so the resolved URL stays stable across platform upgrades.

Response

The signed status-list token, served verbatim with the token's own media type and a cache directive derived from its TTL.

All 1 operations