Developer Documentation
Build powerful applications with Altarbyte's comprehensive EV charging API. Integrate real-time charger availability, reservations, and payment processing.
Quick Start
1. Get API Key
Sign up for a developer account and generate your API key from the dashboard.
sk_live_51234567890abcdef2. Install SDK
Install our official SDK for your preferred programming language.
npm install @altarbyte/sdk3. Initialize Client
Create a client instance with your API key to start making requests.
const altarbyte = new Altarbyte(apiKey)4. Make Your First Request
Fetch available chargers and integrate them into your application.
const chargers = await altarbyte.chargers.list()Core Features
Real-time Charger Status
Get live availability and performance metrics for all chargers in the network.
Reservation System
Enable users to reserve chargers in advance with time slot management.
Secure Authentication
OAuth 2.0 and API key authentication for secure access to endpoints.
Webhook Support
Real-time event notifications for charging sessions and status updates.
Core Endpoints
/api/chargersList all available charging stations with real-time status
/api/chargers/:idGet detailed information about a specific charger
/api/reservationsCreate a charging reservation with time slot
/api/reservations/:idRetrieve reservation details and status
/api/paymentsProcess payment for charging session
/api/locationsGet nearby charging stations by coordinates
Need Help?
Our developer support team is here to help you build amazing integrations with Altarbyte.