Skip to main content
GET
Get webhook health metrics
Returns aggregated delivery health metrics for a webhook over 1, 7, or 30 days.

Authorizations

Authorization
string
header
required

OAuth 2.0 client-credentials access token. Obtain one from https://auth.alvys.com/oauth/token (grant_type=client_credentials, audience=https://api.alvys.com/public/), then paste it here. The playground sends it as Authorization: Bearer <token>.

Path Parameters

webhookId
string
required
version
string
default:1.0
required

API version (e.g., 1.0)

Example:

"1.0"

Query Parameters

Days
integer<int32>

Response

OK

WebhookId
string
required
WebhookName
string
required
Period
object
required
Metrics
object
required
ConsecutiveFailures
integer<int32>
required
Status
string
required
LastDelivery
object | null