cURL
curl --request GET \ --url http://localhost:8000/v1/webhooks \ --header 'Authorization: Bearer <token>'
{ "webhooks": [ { "webhook_config_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "url": "<string>", "events": [ "<string>" ], "is_active": true, "retry_enabled": true, "max_retries": 123, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ] }
List all webhook configurations for your account.
Returns all webhook endpoints. Signing secrets are not included for security.
API Key authentication. Format: dk_test_ or dk_live_
List of webhook configurations (without secrets)
Response listing all webhook configurations for a tenant.
List of webhook configurations
Show child attributes