cURL
curl --request GET \ --url https://api.sendx.io/api/v1/rest/webhook/{webhookId} \ --header 'X-Team-ApiKey: <api-key>'
{ "id": "webhook_123", "enabled": true, "url": "https://example.com/webhook", "unsubscribed": true, "dropped": true, "bounced": true, "markedSpam": true, "clicked": true, "opened": true, "created": 1669990400 }
Retrieve a specific webhook by its ID.
The ID of the team webhook.
The requested team webhook.
The response is of type object.
object
Was this page helpful?