cURL
curl --request GET \ --url https://api.eflow.team/v1/networks/webhooks/{webhookId} \ --header 'X-Eflow-Api-Key: <api-key>'
{ "webhook_id": 123, "network_id": 123, "url": "<string>", "status": "<string>", "event_types": [ "<string>" ], "time_created": 123, "time_saved": 123 }
Retrieve a single webhook configuration by its ID. Returns the webhook URL, event types, status, and other configuration details.
The Everflow API key generated from the Control Center > Security.
The webhook ID.
OK
Unique webhook ID.
Network ID.
The webhook endpoint URL.
Webhook status.
Event types that trigger this webhook.
Unix timestamp of creation.
Unix timestamp of last update.
Was this page helpful?