Skip to main content
Version: v0.25.0 (Latest)

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

NavigationResources > Status Lists > Lists
Deep link#resource=statuslists&rarea=lists
ScopeTenant

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.

Status lists inventory

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.

New status list dialog

Detail: Overview

Identity, capacity, public URI, and publisher metadata. Copy the public URI into credential status claims.

Status list Overview

Detail: Entries

Lookup up by status-list index or entry business key, then revoke, reactivate, or suspend when supported.

Status list Entries

Detail: Signed token

Current published token and content type for operator debugging. Verifiers should use the public URI, not this screen.

Status list Signed token

REST

List:

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.

Live against connected environment

Connect an environment to rewrite this call to real service bases and run it.

Create:

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.

Live against connected environment

Connect an environment to rewrite this call to real service bases and run it.

Get:

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.

Live against connected environment

Connect an environment to rewrite this call to real service bases and run it.

Hosted token (public):

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.

Live against connected environment

Connect an environment to rewrite this call to real service bases and run it.

Revoke / reactivate:

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.

Live against connected environment

Connect an environment to rewrite this call to real service bases and run it.

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.

Live against connected environment

Connect an environment to rewrite this call to real service bases and run it.

Read entry:

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.

Live against connected environment

Connect an environment to rewrite this call to real service bases and run it.

Status list management, hosting.

Credential designs, Issue credentials, Keys and DID