Webhooks

List webhook endpoints

GET/v1/webhooksrequires webhook:manage

Requestcurl -X GET https://api.transmit.dev/v1/webhooks \
  -H "Authorization: Bearer tr_v2_…"

Responses

StatusMeaning
200Your endpoints. Secrets are never returned here.
401The API key is missing, malformed, expired or revoked
403The API key lacks the webhook:manage scope

Every response body is described in the OpenAPI spec, which this page is generated from.