API Management

Secure access for developers and external integrations

Comprehensive Integration Guide

Why use API Management?

PaliPoint's API Management module is designed to turn your charging network into a programmable ecosystem. It allows you to securely connect external services—like billing platforms, CRM systems, and custom mobile apps—to your charging infrastructure without compromising security or performance.

Event Driven

React instantly to network changes with Webhooks.

Secure Access

Granular control over who can call your network.

Pro Tip

"Use Webhooks for notifications (e.g., stopping a charge) and API Keys for actions (e.g., remotely starting a session via your own app)."

Endpoints
Target URLs receiving real-time events
Endpoint URLPartner ContextSubscriptionsStatusActions
Loading endpoints...
Webhook Security
Learn how to secure your endpoints

Endpoints should verify the X-Webhook-Signature header using your secret key.

HMAC-SHA256(secret, payload)