User Credential
Generate Presentation
This API allows clients to generate proof based on all VCs issued by the client and subclients
POST
Issuers 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
.