Developers

The subscriptions API

One REST API for a curated catalog of 1,500+ subscriptions, billing, renewals and a rewards ledger. Subscriptions as rewards are significantly stickier than one-off perks — they bring your users back every month. Sandbox to production in weeks.

REST
JSON over HTTPS
v2.0
current version
Global
coverage
cURL
Node
Python
# create a subscription for your user
curl -X POST https://api.getfleek.app/v2/subscriptions \
  -H "Authorization: Bearer $FLEEK_KEY" \
  -d '{"user_id":"u_92f","plan":"video_plus"}'
# 201 Created
{ "id": "sub_7Kq2", "status": "active",
  "renews_at": "2026-09-29", "rewards_earned": 120 }
Quickstart

Live in three steps

01

Authenticate

Request sandbox credentials and authenticate with a bearer token. No contract needed to start testing.

02

Pull the catalog

Surface 1,500+ subscriptions and rewards inside your app with a few calls.

03

Subscribe & settle

Create subscriptions, listen for renewal webhooks, and earn on every sale and renewal.

Reference

Core endpoints

The surface most integrations need. The full spec covers webhooks, refunds, entitlements and the rewards ledger.

GET
/v2/catalog
Browse subscriptions and regional pricing
POST
/v2/subscriptions
Create a subscription for one of your users
GET
/v2/subscriptions/{id}
Status, renewal date and entitlements
DELETE
/v2/subscriptions/{id}
Cancel — the one-toggle experience, as an API call
GET
/v2/rewards/balance
Read a user's rewards ledger and balance
POST
/v2/webhooks
Subscribe to renewal, payment and churn events
Every parameter, error code and webhook payload — read the full API specification →

Built for production

Sandbox first

A full test environment with seeded catalog data. Break things safely.

Webhooks & idempotency

Signed events and idempotency keys, so retries never double-charge.

Global & multi-currency& currency

Catalog, pricing and settlement in every market you operate in.

Bank-grade security

Encrypted in transit and at rest, with scoped keys per environment.

Start in the sandbox today

No contract to start building. Talk to us when you're ready to go live.

fleek

The subscription layer for the whole economy. Available worldwide.

© 2026 Fleek Technologies. All rights reserved.