DashboardDeveloper Portal
API v1.2.0 — Now with GraphQL for Catalog

ElevatedPOS Developer Platform

Build integrations that operators love. Access inventory, orders, payments, loyalty, and more through a unified REST + GraphQL API.

# Install the SDK
npm install @elevatedpos/sdk

// Initialize and list products
import { createClient } from '@elevatedpos/sdk'
const client = createClient({ apiKey: 'sk_sandbox_...' })
const products = await client.catalog.products.list()

Explore the Platform

Fast & Reliable

Sub-50ms median response times with 99.9% uptime SLA.

Secure by Default

JWT + OAuth 2.0 auth, HMAC webhook signatures, RFC 7807 errors.

Multi-tenant Ready

Every endpoint is org-scoped. Build once, sell to thousands.