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

Changes