Powerly’s Open API allows developers to build and manage electric vehicle (EV) charging applications, automate workflows, and integrate with hardware that supports OCPP or OCPI standards.
The API is RESTful, well-documented, and supports JSON-formatted requests over HTTPS with token-based authentication.
Capabilities #
With the Powerly Open API, you can:
- Start, stop, and monitor charging sessions
- Register and manage EV chargers (OCPP/OCPI)
- Add and manage users, fleets, and feedback
- Handle orders, transactions, and payouts
- Access live site and charger status
- Integrate third-party systems using webhooks
Where the API Is Used #
Your Powerly API key works across multiple tools and platforms:
- App Builder: Customize and generate branded mobile apps
- ChatGPT App Builder: Create apps using natural language prompts
- Open API Docs: Full API reference and test console
- Bubble Plugin: Add EV charging logic to low-code Bubble apps
- Zapier Plugin: Automate workflows and trigger actions
- RapidAPI: Use Powerly in multi-API workflows via RapidAPI marketplace
Authentication #
All endpoints require your API key passed in the header:
makefileCopyEditAuthorization: Bearer YOUR_API_KEY
⚠️ Invalid or missing keys will result in a 401 Unauthorized error.
Explore the Docs #
Use the official API Documentation to:
- Test endpoints interactively
- Understand request and response schemas
- Download OpenAPI specs for Postman or SDK generation