---
title: "POST /v0/webhooks/{webhook-id}/actions/activate"
method: POST
path: "/v0/webhooks/{webhook-id}/actions/activate"
tags: ["Webhooks"]
---

# POST /v0/webhooks/{webhook-id}/actions/activate

`POST /v0/webhooks/{webhook-id}/actions/activate`

Activate a webhook

## Path parameters

- `webhook-id` string, required

## Response `200`

OK

- object
  - `webhook-description` string — A description of the webhook
  - `updated-at` string, date-time — ISO 8601 formatted date-time.
  - `activate-webhook-url` string, required — Activate a webhook
  - `deactivate-webhook-url` string, required — Deactivate a webhook
  - `created-at` string, date-time, required — ISO 8601 formatted date-time.
  - `webhook-state` 'inactive' | 'active', required — The state of the webhook.
  - `created-by` string — Link to the user.
  - `organization-url` string, required — Link to the [organization](#tag/Organizations).
  - `test-webhook-url` string, required — Test a webhook
  - `webhook-url` string, required — Link to the [webhook](#tag/Webhooks).
  - `webhook-destination-url` string, required — The callback URL of the webhook (HTTPS on port 443, public IP only)

## Other responses

- `401` — Requires an API key to continue
- `404` — Not Found

---

[API](https://skmtc.net/griffin/apis/the-griffin-api.md) · [All operations](https://skmtc.net/griffin/apis/the-griffin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/griffin/the-griffin-api/versions/178ed43d543b/schema)
