Skip to main content

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

APIAudience
Reseller APIResellers, partners
Storefront APIWeb storefronts, mobile apps
Payment APIPSPs, payment bridges
Supplier APIUpstream 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.