Skip to main content
POST
/
webhooks
/
{webhookId}
/
test
Send a test delivery
curl --request POST \
  --url https://app.autoposting.ai/api-proxy/webhooks/{webhookId}/test \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "deliveryId": "del_01HXYZ",
    "status": "delivered",
    "responseStatus": 200
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

webhookId
string
required

Response

Test delivery result

success
boolean
required
data
object
required