Features
Get Webhooks Dashboard
Authentication
Connections
AWS
Guard Rails
Server Management
Jira
Organization Management
Reports
User Management
Sessions
Features
Get Webhooks Dashboard
Get webhooks dashboard url
GET
/
webhooks-dashboard
curl --request GET \
--url https://use.hoop.dev/api/webhooks-dashboard
{
"url": "https://app.svix.com/app_3ZT4NrDlps0Pjp6Af8L6pJMMh3/endpoints"
}
Response
200
application/json
OK
Example:
"https://app.svix.com/app_3ZT4NrDlps0Pjp6Af8L6pJMMh3/endpoints"
curl --request GET \
--url https://use.hoop.dev/api/webhooks-dashboard
{
"url": "https://app.svix.com/app_3ZT4NrDlps0Pjp6Af8L6pJMMh3/endpoints"
}