Making a request to this endpoint will trigger a test webhook for the specified event. This can be very useful when testing the setup that processes webhooks on your end. Will use random resource ids for the event.
cURL
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" }'