POST
/organization/certificates/activateActivate organization certificates
Activates certificates at the organization level. Supply between one and ten certificate IDs in certificate_ids; activation is atomic and idempotent for the submitted set.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
Certificate activation payload containing the IDs of the certificates to activate.
certificate_idsarray<string>required
Array of certificate IDs to activate. Must contain between 1 and 10 items.
200Returns an activation result containing the activation object type and the organization certificate records that were activated.
objectstringrequired
The organization certificate activation result type.
dataarray<object>required
429Returned when the request rate exceeds the permitted limit.
errorobjectrequired
Error handling
certificate_ids is required and must contain between 1 and 10 certificate IDs. A 429 is returned when the request rate exceeds the permitted limit.