Skip to main content
GET
/
v1
/
webhooks
/
dashboard
Get webhook dashboard URL
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"
}

Authorizations

x-api-key
string
header
required

Company API key for authentication

Response

Webhook dashboard URL retrieved successfully

dashboard_url
string
Example:

"https://dashboard.webhook-service.com/company/12345"