curl --request GET \
--url https://api.social-api.ai/v1/webhooks \
--header 'Authorization: <api-key>'{
"count": 123,
"data": [
{
"created_at": "2026-03-14T09:00:00Z",
"events": [
"comment.received",
"dm.received"
],
"id": "wh_01HZ9X3Q4R5M6N7P8V2K0W1J",
"is_active": true,
"url": "https://example.com/webhooks/socialapi"
}
]
}Returns all webhook endpoints for the authenticated user.
curl --request GET \
--url https://api.social-api.ai/v1/webhooks \
--header 'Authorization: <api-key>'{
"count": 123,
"data": [
{
"created_at": "2026-03-14T09:00:00Z",
"events": [
"comment.received",
"dm.received"
],
"id": "wh_01HZ9X3Q4R5M6N7P8V2K0W1J",
"is_active": true,
"url": "https://example.com/webhooks/socialapi"
}
]
}