POST
/
webhooks
/
{id}
/
test
Test webhook subscription
curl --request POST \
  --url https://api.reply.io/v3/webhooks/{id}/test \
  --header 'X-API-Key: <api-key>'

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header

Path Parameters

id
string<uuid>
required

Webhook Id

Response

200

Webhook test completed successfully