light-mode-image
Learn
MATTR VII PlatformIACA

Retrieve IACA CRL

Retrieves the Certificate Revocation List (CRL) for the specified IACA in DER binary format.

This endpoint is public and does not require authentication. CRLs must be publicly accessible so relying parties can validate certificates.

Analytic events

  • MOBILE_CREDENTIAL_IACA_CRL_RETRIEVE_START
  • MOBILE_CREDENTIAL_IACA_CRL_RETRIEVE_SUCCESS
  • MOBILE_CREDENTIAL_IACA_CRL_RETRIEVE_FAIL
GET/v2/credentials/mobile/iacas/{iacaId}/crl

Path Parameters

iacaId*string

IACA identifier

Formatuuid

Response Body

application/pkix-crl

application/json

curl -X GET "https://example.vii.au01.mattr.global/v2/credentials/mobile/iacas/497f6eca-6276-4993-bfeb-53cbbbba6f08/crl"
"string"
{
  "code": "string",
  "message": "string",
  "details": [
    {
      "value": "string",
      "msg": "Invalid value",
      "param": "id",
      "location": "body"
    }
  ]
}

How would you rate this page?