Skip to main content
POST
/
credentials
/
verify
{
  "checks": [
    "proof"
  ],
  "warnings": [],
  "errors": []
}

Body

application/json
verifiableCredential
object
required
options
object

Options for specifying how the LinkedDataProof is created.

Response

Verifiable Credential successfully verified!

checks
any[][]
required

The checks performed

Example:
["proof"]
warnings
any[][]
required

Warnings

Example:
[]
errors
any[][]
required

Errors

Example:
[]