Api
List Webhooks
curl -X GET "https://loading/api/v1/webhooks"{
"webhooks": [
{
"created_at": "string",
"events": [
"string"
],
"id": "string",
"is_active": true,
"secret": "string",
"updated_at": "string",
"url": "string"
}
]
}List Webhook Deliveries GET
Previous Page
Login POST
Authenticate with an Azure AD ID token. The Azure AD token is validated, and if the user exists in the system and is active, an application JWT is returned. On first login, the user's Azure AD identity (tid + oid) is bound to their app user record. Rate limited: 10 requests per minute per IP.