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 response is of type object.
object