API Reference
Getting Started
Contact
Campaign
Reports
Event
Webhook
Webhook
Get All team Webhook
Retrieve all team webhooks for the requesting team.
GET
/
webhook
Get All team Webhook
Copy
Ask AI
curl --request GET \
--url https://api.sendx.io/api/v1/rest/webhook \
--header 'X-Team-ApiKey: <api-key>'
Copy
Ask AI
[
{
"id": "webhook_123",
"enabled": true,
"url": "https://example.com/webhook",
"unsubscribed": true,
"dropped": true,
"bounced": true,
"markedSpam": true,
"clicked": true,
"opened": true,
"created": 1669990400
}
]
Authorizations
Response
200
application/json
A list of team webhooks.
The response is of type object[]
.
Was this page helpful?
Get All team Webhook
Copy
Ask AI
curl --request GET \
--url https://api.sendx.io/api/v1/rest/webhook \
--header 'X-Team-ApiKey: <api-key>'
Copy
Ask AI
[
{
"id": "webhook_123",
"enabled": true,
"url": "https://example.com/webhook",
"unsubscribed": true,
"dropped": true,
"bounced": true,
"markedSpam": true,
"clicked": true,
"opened": true,
"created": 1669990400
}
]
Assistant
Responses are generated using AI and may contain mistakes.