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.
Analytics Events
MOBILE_CREDENTIAL_IACA_CRL_RETRIEVE_STARTMOBILE_CREDENTIAL_IACA_CRL_RETRIEVE_SUCCESSMOBILE_CREDENTIAL_IACA_CRL_RETRIEVE_FAIL
GET
/v2/credentials/mobile/iacas/{iacaId}/crl
Path Parameters
iacaIdstring
IACA identifier
Format
uuid
Response Body
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?