# Get Webhooks Returns all webhooks configured for your account. Endpoint: GET /v1/account/get_webhooks Version: 1.4.2 Security: ApiKeyAuth ## Response 200 fields (application/json): - `webhooks` (array) - `webhooks.webhook_type` (string) Type of webhook. Example: "new_influencer_reply" - `webhooks.webhook_url` (string) Target URL for the webhook. Example: "https://example.com/webhook" - `webhooks.settings` (object) Additional webhook settings. - `webhooks.brand_id` (integer) Brand ID if the webhook is brand-specific (optional).