Skip to main content

Enumerations

Every enum below uses the exact string the API returns and accepts. Many are sentence-cased with spaces (e.g. Early-stage startup) rather than snake-case — that's intentional and matches the labels members see.

UserTier

Drives freemium gating. Set on a user with tier on POST /v1/users.

ValueDescription
freeFree tier user (default)
premiumPremium tier user

UserType

A user's startup/lifecycle stage. Stored on a user as an array (user_types[]) so a single user can carry multiple stages.

Value
Idea stage
Early-stage startup
Growth-stage startup
Scale-up
SME

AudienceRegion

Geographic region. Stored on a user as an array (regions[]). Named regions, not ISO country codes.

Value
North America
South America
Europe
Middle East
Asia
Africa
Oceania

DealTier

Filters deals visible to a user based on the user's UserTier when freemium is enabled.

Value
free
premium

DealTag

Display tags shown on deal cards. A deal can have multiple tags.

Value
new
featured
exclusive
popular
premium
free
limited_time
best_for_startups
ending_soon

DealStatus

Lifecycle state of a deal.

Value
draft
live
expired
paused
coming_soon

DealType

Distinguishes global vs. partner-owned deals.

ValueDescription
founderpassCurated by FounderPass; visible to every partner unless excluded
partner_privateCreated by a partner via POST /v1/partner-deals; defaults to draft, and only the owning partner's users see it after it is published with status: "live"

PartnerType

The kind of organization a partner is. Used with include_partner_type / exclude_partner_type visibility rules.

Value
VC fund
Accelerator
Incubator
Startup program
Coworking space
University
Student society
Startup community
B2B platform
Agency or consultancy
Influencer
Event/Conference
Media/Newsletter/Publisher
Government
Bank
Other

DeliveryMethod

How a partner surfaces deals to their members.

ValueDescription
hostedFounderPass-hosted full-page app at your subdomain
iframeEmbeddable widget via <iframe>
apiDirect API integration (you build the UI)

EventType

Valid values for event_type on POST /events/track.

ValueWhen to fire
deal_list_viewedDeal appeared in a listing the user saw
deal_detail_viewedUser opened the deal detail page
instructions_viewedUser opened the redemption instructions
redeem_url_clickedUser clicked the redeem CTA
promo_code_copiedUser copied the promo code
unique_code_claimedUser claimed a one-time code
deal_redeemedUser completed redemption
upgrade_cta_clickedUser clicked a tier-upgrade CTA
deal_inquiry_submittedUser filled the "request access" form

RuleType

Valid values for rule_type on a visibility rule. Every type has both an include_* and exclude_* variant.

Valuerule_value contains
include_partner / exclude_partnerPartner UUIDs
include_partner_type / exclude_partner_typePartnerType values
include_region / exclude_regionAudienceRegion values
include_user_type / exclude_user_typeUserType values