Skip to main content
GET
/
v1
/
credentials
/
status
/
{id}
StatusList2021 credential
curl --request GET \
  --url https://grantex-auth-dd4mtrt2gq-uc.a.run.app/v1/credentials/status/{id}
{
  "@context": [
    "<string>"
  ],
  "type": [
    "<string>"
  ],
  "issuer": "<string>",
  "issuanceDate": "2023-11-07T05:31:56Z",
  "credentialSubject": {
    "id": "<string>",
    "type": "<string>",
    "statusPurpose": "<string>",
    "encodedList": "<string>"
  }
}

Path Parameters

id
string
required

Status list ID

Response

StatusList2021 credential

@context
string[]
type
string[]
issuer
string
issuanceDate
string<date-time>
credentialSubject
object