v1

latestOpenAPI 3.1.0MIT-LICENSE2026-07-24113190543.3 KB
Webhook keys

Create Webhook Key

Create a webhook key

post/webhook_keys

Headers

Accept-Language'es' | 'en'

Use for knowing which language to use

Request body

activeboolean

Indicates if the webhook key is active

Example request

{
  "active": true
}

Response

successful operation