Altarbyte Logo
ALTARBYTE
API v1.0

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_51234567890abcdef

2. Install SDK

Install our official SDK for your preferred programming language.

npm install @altarbyte/sdk

3. 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

GET/api/chargers

List all available charging stations with real-time status

GET/api/chargers/:id

Get detailed information about a specific charger

POST/api/reservations

Create a charging reservation with time slot

GET/api/reservations/:id

Retrieve reservation details and status

POST/api/payments

Process payment for charging session

GET/api/locations

Get nearby charging stations by coordinates

Need Help?

Our developer support team is here to help you build amazing integrations with Altarbyte.