Skip to main content
POST
/
webhooks
/
{id}
/
test
Send test webhook delivery
curl --request POST \
  --url https://api.social-api.ai/v1/webhooks/{id}/test \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "event_type": "<string>",
  "payload": [
    123
  ]
}
'
{
  "delivery_id": "<string>",
  "response_body": "<string>",
  "response_duration_ms": 123,
  "response_status_code": 123,
  "status": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.social-api.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Webhook endpoint ID

Body

application/json

Event type and payload to send

event_type
string
payload
integer[]

Response

OK

delivery_id
string
response_body
string
response_duration_ms
integer
response_status_code
integer
status
string