Create Verifiable Presentation
This creates a verifiable Presentation using following method. The weightage for this API is 200
API Specification
Create Verifiable Presentation
POST
https://api.krypcore.com/api/v0/did/createVP
Creates a new Verifiable Presentation under the given instance.
Headers
Name
Type
Description
Authorization*
String
User Auth Key obtained from Dash
DappId*
String
DappId
Request Body
Name
Type
Description
holderId*
String
Holder ID
credentialId*
String
Credential ID
Take a look at how you might call this method using our official libraries, or via curl
:
Last updated
Was this helpful?