Get webhook for an 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>" }
The URL to send the webhook payload to.
The secret key to be used to sign the webhook payload.