Skip to main content

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

ParameterInTypeRequiredDescription
statusListIdentifier path string true

Unique name representing the specific status list

Responses

StatusDescriptionSchema
200

OK

application/statuslist+jwt

<JWT>
404

Not Found

application/json

{
  "error": "NOT_FOUND",
  "error_description": "Status List not found for endpoint uri"
}
StatusList404ErrorResponse
500

Internal server error

application/json

{
  "error": "INTERNAL_SERVER_ERROR",
  "error_description": "..."
}
StatusList500ErrorResponse

Schemas

StatusList404ErrorResponse

NameTypeRequiredDescriptionSchema
error string true

An error code - must be NOT_FOUND.

error_description string false

A human-readable explanation of the error.

StatusList500ErrorResponse

NameTypeRequiredDescriptionSchema
error string true

An error code - must be INTERNAL_SERVER_ERROR.

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 .