Skip to main content
GET
/
webhooks
List webhook endpoints
curl --request GET \
  --url https://app.autoposting.ai/api-proxy/webhooks \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": [
    {
      "id": "wh_01HXYZ",
      "url": "https://your-server.com/webhooks/autoposting",
      "events": [
        "post.published",
        "post.failed"
      ],
      "enabled": true,
      "lastDeliveryAt": "2024-01-10T09:05:00Z",
      "lastDeliveryStatus": "success"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key as Authorization: Bearer sk-social-...

Response

List of webhook endpoints

success
boolean
required
data
object[]
required