Create issuer Profile
This creates a issuer profile using method. The weightage for this API is 10
API Specification
Create issuer profile
POST
https://api.krypcore.com/api/v0/did/createIssuerProfile
Creates a new issuer profile under the given instance.
Headers
Name
Type
Description
Authorization*
String
User Auth Key obtained from Dash
DappId*
String
DappId
Request Body
Name
Type
Description
issuerDesgination*
String
desgination of the issuer
issuerDescription*
String
Description of issuer
issuerName*
String
The name of the issuer
method*
String
method type
Take a look at how you might call this method using our official libraries, or via curl
:
Last updated
Was this helpful?