---
title: "Create Webhook Key"
method: POST
path: "/webhook_keys"
tags: ["Webhook keys"]
---

# Create Webhook Key

`POST /webhook_keys`

Create a webhook key

## Headers

- `Accept-Language` 'es' | 'en'

## Request body

- WebhookKeyRequest
  - `active` boolean — Indicates if the webhook key is active

## Response `200`

successful operation

## Other responses

- `401` — authentication error
- `500` — internal server error

---

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