Skip to main content
GET
/
v1
/
webhooks
List webhook configurations
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"
    }
  ]
}

Authorizations

Authorization
string
header
required

API Key authentication. Format: dk_test_ or dk_live_

Response

List of webhook configurations (without secrets)

Response listing all webhook configurations for a tenant.

webhooks
WebhookConfigResponse · object[]
required

List of webhook configurations