cURL
curl --request GET \ --url https://api.oneofnone.io/v1/team/webhooks \ --header 'x-api-key: <api-key>'
[ { "id": "<string>", "url": "<string>", "events": [ "<string>" ], "is_enabled": true, "created_at": "<string>", "name": "<string>", "retry_count": 123, "timeout_ms": 123, "updated_at": "<string>" } ]
Successful response