v1

latestOpenAPI 3.1.0MIT2026-07-132429592.7 MB
Certificates

Activate certificates at the project level. You can atomically and idempotently activate up to 10 certificates at a time.

post/organization/projects/{project_id}/certificates/activate

Path parameters

project_idstring required

The ID of the project.

Request body

certificate_idsstring[] required

Example request

{
  "certificate_ids": [
    "cert_abc"
  ]
}

Response

Certificates activated successfully.

object'organization.project.certificate.activation' required

The project certificate activation result type.