cURL
curl --request GET \ --url https://api.agentwallex.com/api/v1/webhooks/{id} \ --header 'X-API-Key: <api-key>'
{ "id": "<string>", "url": "<string>", "events": [ "<string>" ], "status": "active", "created_at": "2023-11-07T05:31:56Z" }
透過 ID 取得單一 Webhook 端點。
whk_abc123
curl -X GET https://api.agentwallex.com/api/v1/webhooks/whk_abc123 \ -H "X-API-Key: awx_your_api_key"
API key authentication. Keys are prefixed with awx_.
awx_
The webhook ID (e.g., whk_abc123).
Webhook details.
A registered webhook endpoint for receiving real-time event notifications.
Unique webhook identifier (e.g., whk_abc123).
HTTPS URL that receives webhook events.
List of subscribed event types.
Webhook status.
active
inactive
ISO 8601 creation timestamp.