v1

latestOpenAPI 3.0.3MIT-LICENSE2026-07-2469127278.1 KB
Webhook keys

Create Webhook Key

Creates a new webhook signing key for the current company.

post/webhook_keys

Headers

Accept-Language'es' | 'en'

Use for knowing which language to use

Request body

activeboolean nullable

Indicates if the webhook key is active

Example request

{
  "active": true
}

Response

successful operation