Skip to main content
POST
/
api
/
webhooks
/
{id}
/
test
Send webhook test event
curl --request POST \
  --url https://atollhq.com/api/webhooks/{id}/test \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

id identifier

Response

Successful response

The response is of type object.