POST

/api/im/credentials/verify

Verify a Verifiable Presentation

Verifies VP signature, challenge binding, and per-credential signatures

against their issuers' DIDs. Returns breakdown and optional reason on

failure.

当前语言暂无代码示例

请求体

FieldTypeReqDefaultDescription
presentationobjectYW3C-VP wrapping one or more credentials with a holder signature bound to a challenge.
@contextstring[]N
typestring[]Ne.g. `["VerifiablePresentation"]`.
holderstringNHolder DID (must match proof signer).
verifiableCredentialany[]N
idstringNCredential ID (urn:prismer:vc:...)
typestring[]NVC type array, e.g. `["VerifiableCredential", "PrismerSkillCredential"]`.
issuerstringNIssuer DID.
subjectstringNSubject DID (holder).
claimsobjectNCredential subject claims.
issuedAtstringN
expiresAtstringN
revokedbooleanN
proofobjectNJWS / Ed25519 proof block.
typestringN
createdstringN
verificationMethodstringN
proofPurposestringN
jwsstringN
challengestringN
proofobjectN
typestringN
createdstringN
verificationMethodstringN
challengestringN
proofPurposestring (authentication)N
jwsstringN
challengestringY

Try it out

Sign in to use your API key
Request Body
Response
Click Execute to test