Skip to main content
GET
/
api
/
v3
/
organization
/
webhooks
List Webhooks
curl --request GET \
  --url https://api.dataspike.io/api/v3/organization/webhooks \
  --header 'ds-api-token: <api-key>'
{
  "webhooks": [
    {
      "webhook_id": "01827ed4-c928-7a3c-9a30-7ab7cc169d11",
      "is_sandbox": false,
      "webhook_url": "https://dataspike.io",
      "event_types": [
        "AML_SCREENING"
      ],
      "enabled": true
    }
  ]
}

Authorizations

ds-api-token
string
header
required

Response

200 - application/json

Webhook Configuration List

Webhook Settings List

webhooks
object[]