cURL
curl --request GET \ --url https://api.transmit.dev/v1/webhooks \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "url": "<string>", "subscribed_events": [ "<string>" ], "status": "active", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "nickname": "<string>", "secret": "<string>", "last_delivery_at": "2023-11-07T05:31:56Z", "failure_count": 123, "success_count": 123, "total_delivery_count": 123 } ] }
Retrieve all webhooks configured for your organization
Enter your API key with 'tx_' prefix. Get your API key from the dashboard.
Webhooks retrieved successfully
Show child attributes