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": "<string>",
      "events": [
        "<string>"
      ],
      "id": "<string>",
      "is_active": true,
      "url": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Response

List of webhook endpoints

count
integer
data
object[]