Jump to Content
Fleet API
WebhooksAPI ReferenceChangelog
SupportAPI FeedbackFleet API
Webhooks
SupportAPI Feedback
WebhooksAPI ReferenceChangelog

WEBHOOKS

  • Webhook Events

WEBHOOKS [BETA]

  • Overview
  • Alert Events
    • Alert Creation
    • Alert Deletion
    • Alert Updation
  • Asset Events
    • Asset Creation
    • Asset Deletion
    • Asset Updation
  • Device Events
    • Device Creation
    • Device Deletion
    • Device Updation
  • Driver Events
    • Driver Creation
    • Driver Deletion
    • Driver Updation
  • Equipment Tracking Events
    • BLE Beacon Events
      • BLE Beacon Create
      • BLE Beacon Update
      • BLE Beacon Delete
      • BLE Equipment Pairing
      • BLE Equipment UnPairing
    • Category Events
      • Category Create
      • Category Update
      • Category Delete
    • Equipment Events
      • Equipment Create
      • Equipment Update
      • Equipment Delete
  • Fuel Events
    • Fuel Decrease Event
    • Fuel Increase Event
    • Fuel Level Remaining (%)
    • Low Fuel
  • GPS Message
  • Oil Life Remaining (%)
  • Role Events
    • Role Creation
    • Role Deletion
    • Role Updation
  • User Events
    • User Creation
    • User Deletion
    • User Updation
  • Vehicle Events
    • Vehicle Creation
    • Vehicle Updation
    • Vehicle Deletion

Overview

A webhook (also called a web callback or HTTP push API) is a real-time data delivery mechanism that allows applications to receive updates automatically. Instead of actively requesting data, webhooks are triggered by events and send relevant information to a specified endpoint in JSON format.A single webhook can subscribe to multiple events, allowing you to receive updates for various triggers.

Suggest Edits

Webhooks Use Cases

Creating Webhooks

Viewing All webhooks

Viewing a specific webhook

How to View a Webhook Event

Editing a webhook

Deleting a Webhook

Updated about 1 month ago