Introduction
HyperAPIs is a unified backend platform that powers storefront, payment orchestration, supplier integrations and customer experiences from a single interface. This portal is your reference for every public endpoint the platform exposes.
Product surface
| API | Audience |
|---|---|
| Reseller API | Resellers, partners |
| Storefront API | Web storefronts, mobile apps |
| Payment API | PSPs, payment bridges |
| Supplier API | Upstream suppliers |
Every API shares the same authentication, error and rate-limit semantics, described in the Guides section.
Design principles
- REST + JSON with predictable resource URLs.
- JWT bearer authentication; per-tenant API keys for server-to-server.
- Stable error envelope so clients can branch on
ErrorCode, never on prose. - Cursor pagination for large collections.
What's next
- Quickstart — make your first authenticated request in under five minutes.
- Environments — sandbox vs. production base URLs.
- API Reference — auto-generated from the live OpenAPI spec.