---
title: "Activate certificates for organization"
method: POST
path: "/organization/certificates/activate"
tags: ["Certificates"]
---

# Activate certificates for organization

`POST /organization/certificates/activate`

Activate certificates at the organization level.

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

## Request body

- ToggleCertificatesRequest
  - `certificate_ids` string[], required

## Response `200`

Certificates activated successfully.

- ListCertificatesResponse
  - `data` Certificate[], required
    - `object` 'certificate' | 'organization.certificate' | 'organization.project.certificate', required — The object type. - If creating, updating, or getting a specific certificate, the object type is `certificate`. - If listing, activating, or deactivating certificates for the organization, the object type is `organization.certificate`. - If listing, activating, or deactivating certificates for a project, the object type is `organization.project.certificate`.
    - `id` string, required — The identifier, which can be referenced in API endpoints
    - `name` string, required — The name of the certificate.
    - `created_at` integer, required — The Unix timestamp (in seconds) of when the certificate was uploaded.
    - `certificate_details` object, required
      - `valid_at` integer — The Unix timestamp (in seconds) of when the certificate becomes valid.
      - `expires_at` integer — The Unix timestamp (in seconds) of when the certificate expires.
      - `content` string — The content of the certificate in PEM format.
    - `active` boolean — Whether the certificate is currently active at the specified scope. Not returned when getting details for a specific certificate.
  - `first_id` string
  - `last_id` string
  - `has_more` boolean, required
  - `object` 'list', required

## Changes

- **2026-04-28** `fa32d6e7d961` — 1 info
  - the endpoint scheme security `AdminApiKeyAuth` was added to the API

[Change history](https://skmtc.dev/openai/apis/openai-api/changes/organization/certificates/activate/post.md)

---

[API](https://skmtc.dev/openai/apis/openai-api.md) · [All operations](https://skmtc.dev/openai/apis/openai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openai/openai-api/revisions/5b98524f8dee/schema)
