Register Credential Type (Jolocom)
Register a new credential type for issuing and verifying with the Jolocom app.
Url
/api/connectors/jolocom
Method
POST
URL Params
None
Body Params
JSON object with the following params:
Required
claimInterface=[object]
context=[object]
name=[string]
type=[string]
Example:
{
"claimInterface": {
"firstName": ""
},
"context": [
{
"firstName": "https://schema.org/givenName"
}
],
"name": "First Name Credential",
"type": "FirstNameCredential"
}Success Response
Error Response