POST
/
v1
/
webhooks
/
{webhookId}
/
simulate
Simulate webhook event
curl --request POST \
  --url https://api-staging.respondent.io/v1/webhooks/{webhookId}/simulate \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <x-api-key>' \
  --header 'x-api-secret: <x-api-secret>' \
  --data '{
  "event": "PROJECTS.UPDATED",
  "screenerResponseUpdatedType": "STATUS.PAID"
}'

Headers

x-api-key
string
required
x-api-secret
string
required

Path Parameters

webhookId
string
required

Body

application/json