> ## Documentation Index
> Fetch the complete documentation index at: https://docs.catenatelematics.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Webhook staled

> Emitted when a webhook subscription is staled.

We mark a subscription as staled and automatically stop sending events
to the webhook if the success rate for the last 6 hours is below 90%.

After fixing the issue, you must patch the webhook changing the status to active.
If the success rate is still below 90%, the webhook will be marked as stale again.



## OpenAPI

````yaml https://api.catenatelematics.com/v2/notifications/openapi.json webhook webhook.staled
openapi: 3.1.0
info:
  title: Notifications Service - REST API
  description: Notifications Service REST API.
  version: 0.1.0
servers:
  - url: https://api.catenatelematics.com
    description: Catena Telematics API
security: []
tags:
  - name: Webhook Subscriptions
    description: >-
      Create and manage webhooks to subscribe to events and receive
      notifications when they occur.
  - name: Webhook Event Schemas
    description: Get the OpenAPI 3.0 schema for our versioned webhook events.
  - name: Webhook Events
    description: View available webhook events.
paths: {}

````