Skip to main content
POST
/
api
/
integrations
/
webhooks
/
test
Test Webhook Settings
curl --request POST \
  --url https://api.example.com/api/integrations/webhooks/test \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "url": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

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

Headers

X-API-Key
string | null

Cookies

antidote_session
string | null

Body

application/json
url
string | null

Response

Successful Response

The response is of type Response Test Webhook Settings Api Integrations Webhooks Test Post · object.