Skip to main content
Version: 2025-12-18

Creates a new webhook for an account

POST 

/accounts/{account_id}/webhooks

Creates a new webhook subscription for an account. This allows your application to receive real-time notifications for specific events.

Request

Responses

The webhook was created successfully.

Important: The secret is only returned on creation. You must store it securely, as you will need it to verify the signature of incoming webhook requests.