Retrieve all configured webhook subscriptions.
cURL
curl --request GET \ --url https://api.useproxy.ai/v1/webhooks \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "url": "<string>", "events": [ "<string>" ], "enabled": true, "secret": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ] }
API key authentication. Include your API key in the Authorization header as Bearer <api_key>.
Bearer <api_key>
List of webhooks
Show child attributes