---
title: "Create Certificate Type"
method: POST
path: "/v1/certificate/type/"
tags: ["Certificate Types"]
---

# Create Certificate Type

`POST /v1/certificate/type/`

Create a new certificate type to assign to company certificates.

## Request body

- CertificateTypeCreateModel — A model representing a company certificate type entity; used to for create and update.
  - `name` string, required — The name of the type
  - `required` boolean, required — Determines if certificate is required by the company

## Response `200`

Successful Response

- ApiGenericResponseCertificateTypeModel
  - `error` boolean — A boolean error indicator.
  - `message` string, nullable — Optional message.
  - `data` CertificateTypeModel — A model representing a company certificate type entity.
    - `name` string, required — The name of the type
    - `required` boolean, required — Determines if certificate is required by the company
    - `id` integer, required — The certificate type identifier.
    - `slug` string, required — The record's slug
    - `companyId` integer, required — The company identifier of the certification type

## Other responses

- `400` — Business Logic Error
- `403` — Permission Error
- `409` — Integrity Error or Data Conflict
- `422` — Validation Error

---

[API](https://skmtc.dev/salussafety/apis/salus-developer-api.md) · [All operations](https://skmtc.dev/salussafety/apis/salus-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/salussafety/salus-developer-api/revisions/ef065f44da25/schema)
