Retrieve the currently configured webhook for your organization.
cURL
curl --request GET \ --url https://api-staging.respondent.io/v1/webhooks \ --header 'x-api-key: <x-api-key>' \ --header 'x-api-secret: <x-api-secret>'
{ "id": "<string>", "url": "<string>", "privateKey": "<string>", "teamId": "<string>", "organizationId": "<string>" }
Documentation IndexFetch the complete documentation index at: https://developers.respondent.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developers.respondent.io/llms.txt
Use this file to discover all available pages before exploring further.
The URL to send the webhook payload to.
The secret key to be used to sign the webhook payload.
Was this page helpful?
Suggestions
Contact support