For the complete documentation index, see llms.txt. This page is also available as Markdown.

Status Lists

Retrieve status list credential JWT

get

Returns a status list credential in JWT format. Typically used for revocation checking of issued credentials. The status list credential contains a bitstring representing the revocation status of credentials linked to the status list. The specific implementation of the status list credential may vary based on the supported standards and configurations of the issuer.

Supported Standards

Authorizations
AuthorizationstringOptional
Bearer authentication header of the form Bearer <token>.
Path parameters
idinteger · min: 1Required
Responses
200

Status list credential JWT

application/jwt
stringOptional
get/issuer/status_list/{id}

Last updated