v1
latestOpenAPI 3.1.02026-08-04164270844.7 KBCertificate Outlines
Create certificate outline
🔑
Required OAuth scope: certificateOutlines:write.
Creates a new certificate outline in your platform.
post/api/v2/certificate-outlines
Headers
360-api-version'v2.0' required
The version of the API.
Request body
Example request
{
"title": "Certificate of Completion",
"groupId": "507f1f77bcf86cd799439011",
"bodyHtml": "<p>This certificate ensures [person_first_name] [person_last_name] received a certificate on [path_title] <br> This certificate was delivered by Training Organization <br> Contact: training@organization.com </p>",
"authenticityVerificationUrlWording": "You can also find this document on the Internet at the following address: [authenticity_verification_url]",
"backgroundImageId": "507f1f77bcf86cd799439011",
"logoImageId": "507f1f77bcf86cd799439011",
"referenceNumberWording": "Reference number: [reference_number]",
"subtitle": "Certificate topic",
"validityPeriodWording": "This certificate is valid for a period of [validity_period] months"
}Response
Returns newly created certificate outline.
Example response
{
"title": "Certificate of Completion",
"groupId": "507f1f77bcf86cd799439011",
"_id": "507f1f77bcf86cd799439011"
}