---
title: "Activate Revision"
method: POST
path: "/api/v1/connector-authoring/activations"
tags: ["Connector Authoring Activation"]
---

# Activate Revision

`POST /api/v1/connector-authoring/activations`

ActivateRevision redeems a one-time approval token to activate a built
 connector revision onto its instance connector. It is OWNER-only.
 Double-activate protection is the single-use approval token itself: redeeming
 it is a compare-and-swap that rejects a second redemption of the same token.
 idempotency_key is optional and reserved for a future replay-result cache.

## Request body

- C1ApiConnectorAuthoringV1ConnectorAuthoringServiceActivateRevisionRequest — The ConnectorAuthoringServiceActivateRevisionRequest message.
  - `approvalTokenId` string — The approvalTokenId field.
  - `catalogId` string — The catalogId field.
  - `idempotencyKey` string — Optional, reserved for a future replay-result cache. It is accepted but currently unused: the single-use approval token is the double-activate mechanism, so no key is required today. Bounded so a future key stays sane.
  - `instanceAppId` string — The instanceAppId field.
  - `instanceConnectorId` string — The instanceConnectorId field.
  - `revisionId` string — The revisionId field.

## Response `200`

Successful response

- C1ApiConnectorAuthoringV1ConnectorAuthoringServiceActivateRevisionResponse — The ConnectorAuthoringServiceActivateRevisionResponse message.
  - `activationEpoch` string, uint64 — The activationEpoch field.
  - `revisionId` string — The revisionId field.

---

[API](https://skmtc.net/conductorone/apis/c1-api.md) · [All operations](https://skmtc.net/conductorone/apis/c1-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/conductorone/c1-api/revisions/f2cf3228f366/schema)
