ReferenceWebhooks

List

List all webhooks for your team. Webhooks are per environment: a webhook registered on the sandbox only fires for sandbox events, one registered on production only fires for production events.

GET/webhook

List all webhooks for your team. Webhooks are per environment: a webhook registered on the sandbox only fires for sandbox events, one registered on production only fires for production events.

Authorization

AuthorizationBearer <token>

Team API key generated from team settings. Sent as Authorization: Bearer <api_key>.

In: header

Response Body

application/json

curl -X GET "https://example.com/webhook"
{  "webhooks": [    {      "id": "string",      "targetUrl": "string"    }  ]}