v1
latestOpenAPI 3.1.02026-07-2466150275.0 KBCertificate Types
Create Certificate Type
Create a new certificate type to assign to company certificates.
post/v1/certificate/type/
Request body
Example request
{
"name": "First Aid",
"required": true
}Response
Successful Response
Example response
{
"data": {
"name": "First Aid",
"required": true,
"id": 1,
"slug": "first-aid"
}
}