Overview
The Credential Status service enables users to create, update, and manage status credentials. Status credentials can have different purposes depending on the use-case. The most common purpose is revocation. Currently, the API supports the following credential status standards:
You can refer to the table below on which standards are supported by which credential format
| Format | RevocationList2020 (w3c) | StatusList2021 (w3c) | BitstringStatusList (w3c) | TokenStatusList - draft#08 (ietf, mdoc) | ||
| JWT | CWT | |||||
| JWT | ✓ | ✓ | ✓ | ‐ | ‐ | |
| SD-JWT | ✓ | ✓ | ✓ | ‐ | ‐ | |
| IETF SD-JWT VC | x509 | ‐ | ‐ | ‐ | ✓ | ‐ |
| did | ‐ | ‐ | ‐ | ✓ | ‐ | |
| ISO mDOC | ‐ | ‐ | ‐ | ✓ | ✗ | |
✓ - supported
✗ - not supported
‐ - not available
For an overview on the credential lifecycle concept, please refer to the credential lifecycle section.
Get Started
Last updated on November 4, 2025
