Create Subject Profile
This creates a subject profile using method. The weightage for this API is 10
API Specification
Create subject profile
POST
https://api.krypcore.com/api/v0/did/createSubjectProfile
Creates a new subject 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
subjectId*
String
ID of subject-Email ID
subjectDescription*
String
Description of subject
subjectName*
String
The name of the subject
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?