Skip to main content

Introduction

TL;DR

FounderPass is a whitelabel perks marketplace. You bring the audience; we bring 400+ curated SaaS deals worth up to $4m per member — AWS, Slack, Perplexity, Notion, Hubspot, Github, and many more. Three API calls — sync users, list deals, track events — wire it into your product. Most teams ship to production inside their first sprint.

Two ways to interact with the platform:

ModeAuthUsed for
Partner APIJWT from API key pairServer-to-server, programmatic integrations
Portal APIFirebase ID token or Partner JWTAdmin tooling, the hosted partner portal

This guide focuses on the Partner API. The Portal API is covered in the API Reference.

Who it's for

  • VCs & investors — give every portfolio company access to perks. A recurring, measurable value-add.
  • Accelerators & incubators — differentiate your program; founders see your perks marketplace on day one of the cohort.
  • Universities & communities — verify membership once, tier members (students vs. alumni vs. faculty), deliver the right perks.
  • B2B SaaS platforms — embed perks as a tab inside your existing product to lift engagement and retention.

What you get

  • A whitelabel marketplace on your subdomain — your logo, colors, subdomain. Hosted by us at <your-slug>.perks.founderpass.com (the production ingress serves wildcard subdomains on *.perks.founderpass.com), or CNAME-mapped to your own domain.
  • Three delivery options — hosted full-page app, embeddable iframe widget, or raw API if you want to build your own UI.
  • Fine-grained gating — tier (free / premium), region, user type, custom tags. Show the right deal to the right member, evaluated server-side.
  • Engagement analytics — impressions, views, claims aggregated per partner. Pulled back through GET /v1/analytics.
  • Continuously growing catalog — our deals team negotiates new offers every week; you inherit them automatically.

How the integration works

Four steps. Most partners are live in under a week.

  1. Get an API key pair — we onboard you and provision a public/private key pair scoped to your partner account. See Getting started.
  2. Mirror your community — one idempotent POST /v1/users per member. Run from a webhook, a nightly job, or a one-shot backfill. See Syncing users.
  3. Surface the deals — use our hosted marketplace at your subdomain, embed our iframe widget, or query the API and build your own UI. See Listing deals.
  4. Track engagement — fire one event per impression, view, and claim. See Tracking events.

Read the rest of these docs in the order they appear in the sidebar to go end-to-end, or jump straight to the API Reference if you'd rather learn by endpoint.