User Credential
Generate Presentation
This API lets users generate proof for Verifiers as needed.
POST
Users must collect fields from issued VCs to create a presentation. For instance, they can choose Date of Birth (date_of_birth
) from VC A and Passport Verified (passport_verified
) from VC B, as shown below:
JSON
Selective disclosure works only with VC signed by BBS+ Signature.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
200
application/json
Success
The response is of type object
.