cURL
curl --request GET \ --url https://api.agentwallex.com/api/v1/webhooks \ --header 'X-API-Key: <api-key>'
{ "data": [ { "id": "<string>", "url": "<string>", "events": [ "<string>" ], "status": "active", "created_at": "2023-11-07T05:31:56Z" } ], "total": 123, "has_more": true }
등록된 모든 Webhook 엔드포인트를 조회합니다.
curl -X GET https://api.agentwallex.com/api/v1/webhooks \ -H "X-API-Key: awx_your_api_key"
API key authentication. Keys are prefixed with awx_.
awx_
Page number (1-indexed).
x >= 1
Number of items per page.
1 <= x <= 100
Paginated list of webhooks.
Standard paginated response wrapper.
Array of resource objects.
Show child attributes
Total number of items matching the query.
Whether more pages are available.