cURL
curl --request GET \ --url https://demo-api.mobula.io/api/1/webhook
{ "success": true, "count": 123, "data": [ { "id": "<string>", "name": "<string>", "chainIds": [ "<string>" ], "events": [ "<string>" ], "webhookUrl": "<string>", "apiKey": "<string>", "createdAt": "<string>", "filters": "<unknown>" } ] }
This endpoint fetches all active webhook subscriptions associated with the provided API key.
curl -X GET "https://demo-api.mobula.io/api/1/webhook?apiKey=YOUR_API_KEY"
1
Webhook Active Subscription
Show child attributes