# Create a webhook **POST /v2/webhooks** ## Servers - Production: https://api.memo.bank (Production) - Sandbox: https://api.sandbox.memo.bank (Sandbox) ## Parameters ### Body: application/json (object) - **name** (string) Name of the webhook. - **url** (string) URL to which webhook events will be delivered. Must use HTTPS. ## Responses ### 200 OK #### Body: application/json (object) - **id** (string(uuid)) ID of the webhook. - **name** (string) Name of the webhook. - **url** (string) URL to which webhook events are delivered. - **bearer_token** (string) Bearer token included in the Authorization header of webhook deliveries. [Powered by Bump.sh](https://bump.sh)