Returns the organization’s webhook endpoint configuration. Signing secret is masked.
cURL
curl --request GET \ --url https://api.rendobar.com/webhooks/endpoint
{ "data": { "id": "<string>", "url": "<string>", "signingSecret": "<string>", "active": true, "createdAt": 123, "updatedAt": 123 } }
Webhook endpoint configuration
Show child attributes
Was this page helpful?