Register a webhook URL for your organization to receive real-time event notifications. Only one active webhook is allowed per organization. Failed deliveries are retried up to 5 times at 10-minute intervals.
cURL
curl --request POST \ --url https://api-staging.respondent.io/v1/webhooks \ --header 'Content-Type: application/json' \ --header 'x-api-key: <x-api-key>' \ --header 'x-api-secret: <x-api-secret>' \ --data ' { "url": "<string>", "teamId": "<string>" } '
{ "id": "<string>", "url": "<string>", "privateKey": "<string>", "teamId": "<string>", "organizationId": "<string>" }
The URL to send the webhook payload to.
The teamId to which the webhook belongs.
The secret key to be used to sign the webhook payload.
Was this page helpful?
Suggestions
Contact support