Certificate Issuance
Endpoint
Description
Headers
Request Body
Field
Type
Required
Description
Example Successful Response
Header parameters
x-api-keystringOptionalExample:
live-4ddc3c34-c47d-423a-a49b-0dbc3dac75a1-0-4b355392-ef21-421a-b076-30cf9b7d1fe4x-subaccount-emailstringOptionalExample:
[email protected]Body
objectOptionalExample:
{"recipientData":{"name":"John Doe","email":"[email protected]","attributes":{"field 1":"value 1","field 2":"value 2"}},"organizationId":"ae08808f-85e5-4444-92ca-304a07531f3b","mailData":{"templateId":"777e143a-f685-48da-bc8d-39105b8336c0","subject":"Hello","body":"This is a demo credentail, congratulations"}}Responses
200
Successful response
application/json
post/certificates/issue
POST /certificates/issue HTTP/1.1
Host: {{baseurl}}
Content-Type: application/json
Accept: */*
Content-Length: 310
{
"recipientData": {
"name": "John Doe",
"email": "[email protected]",
"attributes": {
"field 1": "value 1",
"field 2": "value 2"
}
},
"organizationId": "ae08808f-85e5-4444-92ca-304a07531f3b",
"mailData": {
"templateId": "777e143a-f685-48da-bc8d-39105b8336c0",
"subject": "Hello",
"body": "This is a demo credentail, congratulations"
}
}200
Successful response
Last updated