Skip to main content
GET
/
webhooks
List webhook endpoints
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"
    }
  ]
}

Authorizations

Authorization
string
header
required

Prefix your API key with "Bearer ". Example: Authorization: Bearer sapi_key_...

Response

List of webhook endpoints

count
integer
data
object[]