Charge home pagelight logodark logo
  • Contact
  • Get API Keys
  • Get API Keys
  • Documentation
  • Blog
  • Getting Started
    • Accounts
    • Charging Sessions
    • Charging Stations
    • Drivers
    • Estimations
    • Fleets
    • Invoices
    • Payment Methods
    • Reports
    • Reservations
    • Transactions
    • Vehicles
    • Vehicle Telemetries
    • Webhook Endpoints
      • The Webhook Endpoint object
      • POST
        Create webhook subscriptions
      • POST
        Update a webhook subscription
      • GET
        Retrieve a webhook subscription
      • GET
        List all webhook subscriptions
      • DEL
        Delete a webhook subscription
    Webhook Endpoints

    The Webhook Endpoint object

    A Webhook Endpoint represents a registered URL that will receive real-time event notifications from the Charge API. Developers can subscribe to specific events and receive webhook calls when those events are triggered.

    Get real-time telemetryCreate webhook subscriptions
    linkedin
    Powered by Mintlify
    Copy
    {
      "id": null,
      "object": null,
      "api_version": null,
      "application": null,
      "created": null,
      "description": null,
      "enabled_events": [
        null
      ],
      "livemode": null,
      "metadata": null,
      "secret": null,
      "status": null,
      "url": null
    }
    Assistant
    Responses are generated using AI and may contain mistakes.