Status Lists: Lists
Catalog id: resource.statuslists.lists
Tenant status lists for credential revocation (and related purposes such as suspension). Management APIs need a tenant token. Public verifiers fetch the hosted signed token without authentication.
Guide: Status lists and revocation.
Open it
| Navigation | Resources > Status Lists > Lists |
| Deep link | #resource=statuslists&rarea=lists |
| Scope | Tenant |
Inventory
List slug, specification, purposes, proof format, hosting mode, capacity remaining, and last update. Filter by spec or purpose. Open a row for detail tabs.
Create
New status list sets slug, registered issuer DID, purposes, bits and length, proof format, and hosted vs external URI. Size for expected issuance volume; suspension needs enough bits per status.
Detail: Overview
Identity, capacity, public URI, and publisher metadata. Copy the public URI into credential status claims.
Detail: Entries
Lookup up by status-list index or entry business key, then revoke, reactivate, or suspend when supported.
Detail: Signed token
Current published token and content type for operator debugging. Verifiers should use the public URI, not this screen.
REST
List:
- Overview
- Request
- Response
List status lists
Endpoint: GET /api/statuslist/v1/statuslists
Captured response: 200 OK
This captured endpoint is shown from the E2E run; it is not mapped to one of the generated EDK REST API reference pages.
Connect an environment to rewrite this call to real service bases and run it.
Create:
- Overview
- Request
- Response
Create token status list
Endpoint: POST /statuslists
Captured response: Response capture pending the next QA-gate run.
This captured endpoint is shown from the E2E run; it is not mapped to one of the generated EDK REST API reference pages.
Connect an environment to rewrite this call to real service bases and run it.
Get:
- Overview
- Request
- Response
Get token status list
Endpoint: GET /api/statuslist/v1/statuslists/00000000-0000-4000-8000-000000000000
Captured response: 200 OK
This captured endpoint is shown from the E2E run; it is not mapped to one of the generated EDK REST API reference pages.
Connect an environment to rewrite this call to real service bases and run it.
Hosted token (public):
- Overview
- Request
- Response
Fetch hosted status list token
Endpoint: GET /public/statuslists/eupid-revocation
Captured response: 200 OK
This captured endpoint is shown from the E2E run; it is not mapped to one of the generated EDK REST API reference pages.
Connect an environment to rewrite this call to real service bases and run it.
Revoke / reactivate:
- Overview
- Request
- Response
Revoke a status entry
Endpoint: POST /api/statuslist/v1/statuslists/00000000-0000-4000-8000-000000000000/status
Captured response: 200 OK
This captured endpoint is shown from the E2E run; it is not mapped to one of the generated EDK REST API reference pages.
Connect an environment to rewrite this call to real service bases and run it.
- Overview
- Request
- Response
Reactivate the status entry
Endpoint: POST /api/statuslist/v1/statuslists/00000000-0000-4000-8000-000000000000/status
Captured response: 200 OK
This captured endpoint is shown from the E2E run; it is not mapped to one of the generated EDK REST API reference pages.
Connect an environment to rewrite this call to real service bases and run it.
Read entry:
- Overview
- Request
- Response
Read status entry
Endpoint: GET /api/statuslist/v1/statuslists/00000000-0000-4000-8000-000000000000/entries/42
Captured response: 200 OK
This captured endpoint is shown from the E2E run; it is not mapped to one of the generated EDK REST API reference pages.
Connect an environment to rewrite this call to real service bases and run it.
Status list management, hosting.