Create a certificate
Creates a certificate for an apex domain in the organization; the domain is created automatically if it does not exist yet. domainName is required and must be a root domain. For auto_managed certificates, apex and wildcard SANs are seeded automatically and no certificateData/privateKeyData may be supplied (422 otherwise). For custom certificates, certificateData and privateKeyData are required and are parsed and verified - invalid or expired content returns 422. Returns 409 if the domain already has a certificate.
Authorizations
Long-lived API token created via POST /api/api-tokens (returned once in plaintext). A token created with readOnly may only perform safe requests (GET, HEAD, OPTIONS); write requests are rejected on every endpoint.
JWT access token obtained via POST /api/auth/login. Send as: Authorization: Bearer
Parameters
Path Parameters
Organization identifier
Request Body
Responses
certificate resource created
