v1

latestOpenAPI 3.0.12026-07-2699111970.1 KB
Verifiable Credentials

Verify Credential

Verify that a verifiable credential is valid.

API scope required credentials.read

post/v1-alpha1/credentials/verification/verify

Request body

credentialobject required

The JSON representing a credential.

Response

Success.

isValidboolean
errorstring nullable

Example response

{
  "error": "null / \"error message\""
}