cURL
curl --request POST \ --url https://grantex-auth-dd4mtrt2gq-uc.a.run.app/v1/credentials/verify \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "vcJwt": "<string>" } '
{ "valid": true, "issuer": "<string>", "credentialSubject": {}, "status": "active", "reason": "<string>" }
Verify a Verifiable Credential JWT. Checks the signature against the issuer’s DID document, validates expiry, and checks the StatusList2021 revocation status.
Developer API key
The VC-JWT to verify
Verification result
active
revoked
Present when valid is false