Token status list API
/t/{statusListIdentifier}
get
A public endpoint that returns a signed IETF Token Status List JWT. There is more guidance and an example response.
Parameters
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| statusListIdentifier | path | string | true | Unique name representing the specific status list |
Responses
| Status | Description | Schema |
|---|---|---|
| 200 |
OK application/statuslist+jwt
|
|
| 404 |
Not Found application/json
|
StatusList404ErrorResponse |
| 500 |
Internal server error application/json
|
StatusList500ErrorResponse |
Schemas
StatusList404ErrorResponse
| Name | Type | Required | Description | Schema |
|---|---|---|---|---|
| error | string | true | An error code - must be |
|
| error_description | string | false | A human-readable explanation of the error. |
StatusList500ErrorResponse
| Name | Type | Required | Description | Schema |
|---|---|---|---|---|
| error | string | true | An error code - must be |
|
| error_description | string | false | A human-readable explanation of the error. |
This page was last reviewed on 22 May 2026.
It needs to be reviewed again on 22 November 2026
by the page owner #di-mobile-wallet-tech-docs
.
This page was set to be reviewed before 22 November 2026
by the page owner #di-mobile-wallet-tech-docs.
This might mean the content is out of date.