These endpoints offer a seamless way to exchange and verify credentials.
<aside> ℹ️
Please see API Authentication for a detailed description of how to authenticate yourself with our API.
</aside>
*POST
/api/v1/verifiablePresentation/generate*
<aside> ℹ️
This API adheres to OCI specifications.
</aside>
The VP generation API generates a Verifiable Presentation of the requested ATP Credential in JWT format for usage in ATP Credential exchange.
During the generation of a Verifiable Presentation none of requested credential fields are checked for validity by default. This is done on purpose to save on processing time in generation use cases, as all fields will always be validated by a verifying side via the /api/v1/verifiablePresentation/verify endpoint. You may optionally enable these checks via parameters, e.g. /verifiablePresentation/generate?vc-proof=false&vc-issuanceDate=false
vc-expirationDate
boolean
vc-proof
boolean
vc-issuanceDate
boolean
vc-credentialStatus
boolean
corrUUID
string