cURL
curl --request GET \ --url https://api-sandbox.rinne.com.br/core/v1/webhooks/dashboard \ --header 'x-api-key: <api-key>'
{ "dashboard_url": "https://dashboard.webhook-service.com/company/12345" }
Requires the webhook.list permission.
Gets the webhook dashboard URL for the authenticated company
Company API key for authentication
Webhook dashboard URL retrieved successfully
"https://dashboard.webhook-service.com/company/12345"