Sample - OpenAI API
POST/organization/projects/{project_id}/certificates/activate

Activate project certificates

Triggers activation of certificates for a project. Provide between one and ten certificate IDs in certificate_ids; activation is atomic and idempotent. The response contains the resulting project certificate records.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

1 parameter · 1 body field
project_idstringrequired
The ID of the project whose certificates you want to activate.

The certificate activation payload containing the certificates to activate.

certificate_idsarray<string>required
The IDs of the certificates to activate. The array must contain between 1 and 10 IDs.

2 status codes
200Returns the project certificate activation result and the activated certificate objects.
objectstringrequired
The project certificate activation result type.
Allowed:organization.project.certificate.activation
dataarray<object>required
429Returned when the request was rejected because a rate limit was exceeded.
errorobjectrequired

Error handling

A 429 is returned when the request exceeds the rate limit. certificate_ids must contain at least one and no more than ten certificate IDs. project_id must identify the project whose certificates you want to activate.