POST
/
webhooks
/
{id}
/
test
Test webhook
curl --request POST \
  --url https://api.generect.com/api/v1/webhooks/{id}/test/ \
  --header 'Authorization: <api-key>'
{
  "data": {
    "delivery_id": "whd_123",
    "status": "pending"
  },
  "meta": {
    "event": "webhook.test"
  }
}

Use Case:

Send a sample webhook.test delivery to a registered webhook endpoint to verify your receiver.

Authorizations

Authorization
string
header
required

Use the required Token prefix. Example: Authorization: Token xxxxxxxxx

Path Parameters

id
string
required

Response

Test delivery enqueued

data
object
meta
object