# Get a webhook **GET /v2/webhooks/{id}** ## Servers - Production: https://api.memo.bank (Production) - Sandbox: https://api.sandbox.memo.bank (Sandbox) ## Parameters ### Path parameters - **id** (string(uuid)) ID of the webhook. ## 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)