Certificates

Activate certificates for organization

Activate certificates at the organization level.

You can atomically and idempotently activate up to 10 certificates at a time.

post/organization/certificates/activate

Request body

certificate_idsstring[] required

Example request

{
  "certificate_ids": [
    "cert_abc"
  ]
}

Response

Certificates activated successfully.

first_idstring
last_idstring
has_moreboolean required
object'list' required

Example response

{
  "first_id": "cert_abc",
  "last_id": "cert_abc"
}

Changes