Webhooks
List webhook endpoints
GET/v1/webhooksrequires webhook:manage
Requestcurl -X GET https://api.transmit.dev/v1/webhooks \
-H "Authorization: Bearer tr_v2_…"Responses
| Status | Meaning |
|---|---|
200 | Your endpoints. Secrets are never returned here. |
401 | The API key is missing, malformed, expired or revoked |
403 | The API key lacks the webhook:manage scope |
Every response body is described in the OpenAPI spec, which this page is generated from.