v1
latestOpenAPI 3.1.02026-07-2466150275.0 KBCertificate Types
Get Certificate Types
Get a list of certificate types for a company with optional filtering and pagination.
get/v1/certificate/type/
Query parameters
querystring nullable
skipinteger nullable
limitinteger nullable
Response
Successful Response
Example response
{
"data": [
{
"name": "First Aid",
"required": true,
"id": 1,
"slug": "first-aid"
}
]
}