LogoLogo
  • Welcome
    • Introduction
    • What is Map AI?
    • Data Protection and Privacy
  • DATA PRODUCTS
    • Setup with Console
    • Map Image API
    • Map Features API
      • Speed Limit Signs
      • Turn Restriction Signs
      • Highway Signs
      • Stop Signs
      • Do Not Enter Sign
      • Fire Hydrants
      • Gas Prices (Limited Coverage)
      • Intersection Traffic Lights
      • Parking Restriction Signs
      • Road Width
      • Roadwork Construction
      • Speed & Red Light Cameras (Limited Coverage)
      • Toll Prices (Limited Coverage)
      • Vertical Height Restriction
    • Bee Edge AI
  • Fleets
    • Beekeeper AI for Fleets
    • Beekeeper Capabilities
    • Setup and Add Devices to Beekeeper
    • Beekeeper APIs
    • Beekeeper Webhooks
    • Beekeeper FAQ
  • Hardware
    • Bee
      • Assemble the Bee
      • Insert your SIM Card
      • Mount your Bee
      • Get Bee Maps App
      • Confirm Bee LTE Activated
      • Mount Check
      • Start Driving
      • Upload via Bee LTE
      • Upload via Bee WiFi
      • Updating Bee Firmware
      • Add Bee LTE to Fleet (Optional)
    • Bee FAQ
    • Bee Accessories
Powered by GitBook
On this page
  • Webhook Provisioning
  • Authorization
  • Retry Policy
  • IP Whitelisting
  • Location Updates Webhook
Export as PDF
  1. Fleets

Beekeeper Webhooks

Webhooks allow real-time data delivery to your systems.

PreviousBeekeeper APIsNextBeekeeper FAQ

Last updated 4 hours ago

Beta docs for Beekeeper Webhooks

Webhook Provisioning

  • Log in to your

  • Go to

  • Go to the Webhooks tab

  • Click Create Webhook

  • Copy and save the token securely — it will only be shown once

Authorization

All webhook payloads are signed with a Bearer token:

Authorization: Bearer <your webhook token>

Retry Policy

  • Webhooks are not retried

  • If a webhook delivery fails (non-200 response or timeout), it is skipped

  • The next eligible update will be sent normally

IP Whitelisting

Coming soon – You’ll be able to restrict incoming requests to known IP ranges.

Location Updates Webhook

Trigger Fires whenever a device's location changes.

Payload Format

{
  "device": { "id": "681da6f00000000000000000", "name": "Device A" },
  "lat": 37.7371066,
  "lon": -122.4027606,
  "speedKmH": 89.37,
  "timestamp": "2025-05-09T15:58:59.465Z"
}
Beekeeper Dashboard
Settings