Skip to main content
POST
Create certification in organization

Authorizations

Authorization
string
header
required

JWT access token. Send Authorization: Bearer <token>.

Headers

Idempotency-Key
string

Optional. Opaque per-request value; when sent, the API stores the first successful create for that (caller, key) and replays the same 201 response on retries. The exact raw JSON body is hashed; a different body with the same key yields 409.

Path Parameters

organization_id
string<uuid>
required

Organization identifier

Body

application/json

Create a certification. For org routes, organization_member_id is required when creating for a specific member.

organization_member_id
string<uuid>
external_id
string
external_source
string
certification_type_id
string<uuid>
source
enum<string>
Available options:
manual,
import,
api,
self-reported
issued_on
string<date>
expires_on
string<date>
issuer_name
string
serial_number
string

Response

Created

data
object
required