cURL
curl --request GET \ --url https://api.social-api.ai/v1/webhooks \ --header 'Authorization: <api-key>'
{ "count": 123, "data": [ { "created_at": "<string>", "events": [ "<string>" ], "id": "<string>", "is_active": true, "url": "<string>" } ] }
Returns all webhook endpoints for the authenticated user.
Prefix your API key with "Bearer ". Example: Authorization: Bearer soc_live_...
Authorization: Bearer soc_live_...
List of webhook endpoints
Show child attributes