Product
Build on PriceIsAll.
A clean, predictable REST API for plans, alerts, referrals, and your account. One consistent response envelope, cents-and-UTC everywhere. Public access is opening gradually.
Early access · by request
Account & subscriptions
Read plans, your subscription state, orders, and invoices programmatically. Build billing and access into your own tools.
Alerts
Create and manage level and price alerts, and receive them via webhook, so you can wire the tape into anything you run.
Referrals
Pull your referral tree, commissions, and balances to power your own affiliate dashboards.
Webhooks
Subscribe to events (payments, subscription lifecycle) and react in real time, with signed payloads you can verify.
Example request
GET /api/v1/plans
Authorization: Bearer <token>
# Every response uses one consistent envelope:
{
"data": [
{ "id": 2, "name": "Trader", "price_cents": 4800, "cadence": "monthly" }
],
"meta": { "page": 1, "per_page": 20, "total": 3, "total_pages": 1 }
}Request early access.
The API is live internally and opening to partners in stages. Tell us what you want to build and we'll get you a key and the docs.