Making Requests
Create a Certificate Authority
Payload elements
Name | Type | Description |
---|---|---|
| string | wallet address |
| string | registered email address of the account admin |
Create Certificate Templates
Payload Elements
Name | Type | Description |
---|---|---|
| string | CA identifier |
| string | Name of the Template |
| string | CA wallet address |
| object | frontend elements and attributes of the certificate schema. Contains |
| object | contains all the visual and atribute elements of the certificate |
| string | type of certificate visual format (card, badge, vertical A4, horizontal H4) |
Component Object Elements
Name | Type | Description |
---|---|---|
| string | |
| string | |
| string | |
| string | |
| object | |
| string | |
| string | |
| string | |
| string | |
| string | |
| string | |
| boolean | |
| boolean | |
| number | |
| number | |
| (string | undefined)[] | |
| string | |
| string | |
| string | |
| boolean |
Styles Object Elements:
Name | Type | Description |
---|---|---|
| string | |
| string | |
| string | |
| string | |
| string | number | |
| string | |
| string | |
| string | |
| boolean | |
| boolean | |
| boolean | |
| string | |
| number | |
| number | |
| string |
Issue Certificates
Payload Elements
Name | Type | Description |
---|---|---|
| string | CA identifier |
| string | Template identifier |
| string | CA wallet address |
| dictionary | object with data to be stored in the credential (in the format of a list of "key": "value" pairs) |
| string | recipient person email address |
Verify Certificates
Payload Body
Name | Type | Description |
---|---|---|
| string | Certificate identifier |
| string | Template identifier |
| string | a unique identifier for the verification session and is returned in the init method |
Last updated