VIP isn’t a segment - it’s where your business is won. A small fraction of
your users drives a disproportionate share of revenue and lifetime value. Expys
is built to identify, delight, and grow exactly those clients.
What Expys gives your members
Curated experiences and exclusive access
A built catalog of bespoke experiences, travel, and access - browsed and
redeemed right inside your app.
Points and tiers
Earn points on spend and engagement, then redeem them for experiences and
climb tiers that unlock progressively more exclusive access.
Eligibility built on real value
Surface the right experience to the right member, scaled to their value and
tier - never a one-size-fits-all list.
A real-time concierge
An embedded, white-glove concierge your members can message in the moment,
backed by a team that runs delivery end to end.
How you build it
Expys is a public REST/v1 API with native SDKs for TypeScript, Swift, and
Kotlin. Your app embeds the member experience; your backend orchestrates points,
members, and analytics. Most teams have a live browse-and-redeem flow running
against the sandbox in an afternoon.
Quickstart
Install an SDK, mint a member token, and run your first browse-and-redeem
flow in under five minutes.
Authentication
The two-token model: your backend mints short-lived member tokens with a
secret Org-API-Key.
API reference
Every endpoint, with schemas and a live “Try it” playground against the
sandbox.
SDKs
Install and usage notes for the TypeScript, Swift, and Kotlin SDKs.
The two sides of the API
The surface splits in two, and knowing which credential goes where is the single most important integration rule.Member mode
Runs in your app with a short-lived member token. Browse experiences,
redeem, read eligibility and wallet, and use the concierge.
Server mode
Runs only on your backend with the secret Org-API-Key. Exchange tokens,
mint points, manage members, read analytics, and register webhooks.