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
{
Data: "did:key:z6Mkfm8bqp23Q5629bnmzL26ksvfMgfFUA9hWpZ1dWjpARsQ",
Message: "Issuer Profile Created",
Status: "SUCCESS"
}{
Data: null,
Message: "mandatory params missing",
Status: "FAILURE"
}Take a look at how you might call this method using our official libraries, or via curl:
Last updated
Was this helpful?