Skip to main content
GET
/
.well-known
/
status-lists
/
v1
Status List 2021 bitstring
curl --request GET \
  --url https://api.example.com/.well-known/status-lists/v1
{
  "@context": [
    "<string>"
  ],
  "id": "<string>",
  "type": [
    "<string>"
  ],
  "issuer": "<string>",
  "validFrom": "<string>",
  "credentialSubject": {
    "id": "<string>",
    "encodedList": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.beltic.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

Status list credential

@context
string[]
required
id
string
required
type
string[]
required
issuer
string
required
validFrom
string
required
credentialSubject
object
required