curl -X GET "https://api.affonso.io/v1/marketplace?limit=10"
curl -X GET "https://api.affonso.io/v1/marketplace?category=SALES_CRM_SUPPORT&limit=10"
{
"success": true,
"data": [
{
"id": "prog_a1b2c3d4",
"name": "Acme SaaS",
"description": "The best project management tool for teams",
"tagline": "Manage projects effortlessly",
"marketplace_joined_at": "2026-08-21T10:30:00.000Z",
"brand": {
"primary_category": "SALES_CRM_SUPPORT",
"product_format": "SAAS_WEB_APP",
"audience_model": "B2B",
"market_scope": "WORLDWIDE",
"target_continents": [],
"target_country_codes": [],
"target_industries": ["SAAS_TECHNOLOGY"],
"roles": ["SALES", "MARKETING"],
"company_sizes": ["TWO_TO_TEN", "ELEVEN_TO_FIFTY"],
"company_stages": ["SCALING"],
"purchase_contexts": ["PRODUCT_LED"],
"subcategories": ["SALES_CRM"],
"excluded_target_industries": [],
"excluded_roles": [],
"excluded_market_scope": null,
"excluded_continents": [],
"excluded_country_codes": []
},
"website_url": "https://acme.com",
"logo_url": "https://cdn.affonso.io/logos/acme.png",
"access_mode": "public",
"currency": "USD",
"commission": {
"type": "COMMISSION",
"value": 30,
"is_percentage": true,
"apply_to": "ALL_PLANS",
"has_multiple_tiers": false
},
"terms": {
"cookie_lifetime_days": 60,
"payment_frequency": "monthly",
"payment_threshold": 50,
"payment_methods": ["paypal", "wise"],
"additional_payment_terms": "Payouts are processed within 10 business days."
},
"benefits": {
"coupon_codes": true,
"affiliate_links": true,
"manual_lead_submission": false,
"creative_assets": true,
"affiliate_manager": true,
"attribution_model": "last_touch",
"auto_approval": true,
"sub_affiliates": false,
"postback_tracking": true
},
"restrictions": {
"websites": true,
"social_marketing": true,
"organic_social": true,
"email_marketing": true,
"mobile_traffic": true,
"search_engine_marketing": false,
"organic_search": true,
"rebrokering": false,
"incent": false,
"brand_bidding": false,
"additional_restrictions": "No adult content or gambling sites"
}
}
],
"pagination": {
"page": 1,
"limit": 10,
"total": 1,
"total_pages": 1,
"has_next_page": false,
"has_prev_page": false
}
}
Marketplace
List Marketplace Programs
Get a paginated list of all programs listed in the Affonso marketplace
GET
/
v1
/
marketplace
curl -X GET "https://api.affonso.io/v1/marketplace?limit=10"
curl -X GET "https://api.affonso.io/v1/marketplace?category=SALES_CRM_SUPPORT&limit=10"
{
"success": true,
"data": [
{
"id": "prog_a1b2c3d4",
"name": "Acme SaaS",
"description": "The best project management tool for teams",
"tagline": "Manage projects effortlessly",
"marketplace_joined_at": "2026-08-21T10:30:00.000Z",
"brand": {
"primary_category": "SALES_CRM_SUPPORT",
"product_format": "SAAS_WEB_APP",
"audience_model": "B2B",
"market_scope": "WORLDWIDE",
"target_continents": [],
"target_country_codes": [],
"target_industries": ["SAAS_TECHNOLOGY"],
"roles": ["SALES", "MARKETING"],
"company_sizes": ["TWO_TO_TEN", "ELEVEN_TO_FIFTY"],
"company_stages": ["SCALING"],
"purchase_contexts": ["PRODUCT_LED"],
"subcategories": ["SALES_CRM"],
"excluded_target_industries": [],
"excluded_roles": [],
"excluded_market_scope": null,
"excluded_continents": [],
"excluded_country_codes": []
},
"website_url": "https://acme.com",
"logo_url": "https://cdn.affonso.io/logos/acme.png",
"access_mode": "public",
"currency": "USD",
"commission": {
"type": "COMMISSION",
"value": 30,
"is_percentage": true,
"apply_to": "ALL_PLANS",
"has_multiple_tiers": false
},
"terms": {
"cookie_lifetime_days": 60,
"payment_frequency": "monthly",
"payment_threshold": 50,
"payment_methods": ["paypal", "wise"],
"additional_payment_terms": "Payouts are processed within 10 business days."
},
"benefits": {
"coupon_codes": true,
"affiliate_links": true,
"manual_lead_submission": false,
"creative_assets": true,
"affiliate_manager": true,
"attribution_model": "last_touch",
"auto_approval": true,
"sub_affiliates": false,
"postback_tracking": true
},
"restrictions": {
"websites": true,
"social_marketing": true,
"organic_social": true,
"email_marketing": true,
"mobile_traffic": true,
"search_engine_marketing": false,
"organic_search": true,
"rebrokering": false,
"incent": false,
"brand_bidding": false,
"additional_restrictions": "No adult content or gambling sites"
}
}
],
"pagination": {
"page": 1,
"limit": 10,
"total": 1,
"total_pages": 1,
"has_next_page": false,
"has_prev_page": false
}
}
Returns all active affiliate programs that have been published to the Affonso marketplace. Only marketplace-listed programs are included — this does not return all programs on the platform. This endpoint is public and does not require authentication.
Query Parameters
integer
default:"1"
Page number for pagination. Must be a positive integer.
integer
default:"50"
Number of results per page. Minimum 1, maximum 200. Default is 50.
string
Filter by the brand profile’s
primary_category. Valid values: AI_AUTOMATION, ANALYTICS_DATA, BUSINESS_OPERATIONS, CONSUMER_LIFESTYLE, CREATOR_SOCIAL_COMMUNITY, DESIGN_CONTENT_MEDIA, DEVELOPER_WEB, ECOMMERCE_RETAIL, EDUCATION_COACHING, FINANCE_ACCOUNTING, HEALTH_WELLBEING, HR_HIRING, MARKETING_GROWTH, NO_CODE_WEBSITES, SALES_CRM_SUPPORT, or SECURITY_COMPLIANCE.Response
boolean
Always
true for successful responsesarray
Array of marketplace program objects.
Show Data Object Properties
Show Data Object Properties
string
Unique encoded identifier for the program
string
Program name
string | null
Program description
string | null
Short tagline for the program
string | null
ISO 8601 timestamp for when the program most recently joined the marketplace.
null for listings created before this timestamp was recorded.object | null
Public brand market profile, or
null until the program has configured one. See Get Brand Profile for its fields.string | null
Canonical global default promotion URL from the program’s promotion URL configuration
string | null
URL to the program’s logo image
string
Program access mode:
public, private, or invitestring
Three-letter currency code (e.g.
USD, EUR)object | null
Commission details for the program’s default tier.
object | null
Program terms and conditions.
Show Terms Properties
Show Terms Properties
object
Features available to affiliates in this program.
Show Benefits Properties
Show Benefits Properties
boolean
Whether an active self-service coupon blueprint is configured
boolean
Whether affiliate links are enabled
boolean
Whether affiliates can submit leads manually
boolean
Whether at least one creative asset is available
boolean
Whether an affiliate support email is configured
string
Attribution model used by the program. Currently always
last_touchboolean
Whether anyone can join and be approved automatically. This is
true only for public programs; invite-only programs return falseboolean
Whether multi-level incentives are configured for at least one affiliate group
boolean
Whether postback tracking is enabled
object | null
Permitted affiliate promotion channels and additional restrictions, or
null if not configured.Show Restrictions Properties
Show Restrictions Properties
boolean
Whether website traffic is allowed
boolean
Whether paid social marketing is allowed
boolean
Whether organic social traffic is allowed
boolean
Whether email marketing is allowed
boolean
Whether mobile traffic is allowed
boolean
Whether paid search traffic is allowed
boolean
Whether organic search traffic is allowed
boolean
Whether rebrokering is allowed
boolean
Whether incentivized traffic is allowed
boolean
Whether brand bidding is allowed
string | null
Free-text additional restrictions
object
Pagination metadata object containing:
page(integer): Current page numberlimit(integer): Number of results per pagetotal(integer): Total number of programs matching the filterstotal_pages(integer): Total number of pageshas_next_page(boolean): Whether there is a next pagehas_prev_page(boolean): Whether there is a previous page
curl -X GET "https://api.affonso.io/v1/marketplace?limit=10"
curl -X GET "https://api.affonso.io/v1/marketplace?category=SALES_CRM_SUPPORT&limit=10"
{
"success": true,
"data": [
{
"id": "prog_a1b2c3d4",
"name": "Acme SaaS",
"description": "The best project management tool for teams",
"tagline": "Manage projects effortlessly",
"marketplace_joined_at": "2026-08-21T10:30:00.000Z",
"brand": {
"primary_category": "SALES_CRM_SUPPORT",
"product_format": "SAAS_WEB_APP",
"audience_model": "B2B",
"market_scope": "WORLDWIDE",
"target_continents": [],
"target_country_codes": [],
"target_industries": ["SAAS_TECHNOLOGY"],
"roles": ["SALES", "MARKETING"],
"company_sizes": ["TWO_TO_TEN", "ELEVEN_TO_FIFTY"],
"company_stages": ["SCALING"],
"purchase_contexts": ["PRODUCT_LED"],
"subcategories": ["SALES_CRM"],
"excluded_target_industries": [],
"excluded_roles": [],
"excluded_market_scope": null,
"excluded_continents": [],
"excluded_country_codes": []
},
"website_url": "https://acme.com",
"logo_url": "https://cdn.affonso.io/logos/acme.png",
"access_mode": "public",
"currency": "USD",
"commission": {
"type": "COMMISSION",
"value": 30,
"is_percentage": true,
"apply_to": "ALL_PLANS",
"has_multiple_tiers": false
},
"terms": {
"cookie_lifetime_days": 60,
"payment_frequency": "monthly",
"payment_threshold": 50,
"payment_methods": ["paypal", "wise"],
"additional_payment_terms": "Payouts are processed within 10 business days."
},
"benefits": {
"coupon_codes": true,
"affiliate_links": true,
"manual_lead_submission": false,
"creative_assets": true,
"affiliate_manager": true,
"attribution_model": "last_touch",
"auto_approval": true,
"sub_affiliates": false,
"postback_tracking": true
},
"restrictions": {
"websites": true,
"social_marketing": true,
"organic_social": true,
"email_marketing": true,
"mobile_traffic": true,
"search_engine_marketing": false,
"organic_search": true,
"rebrokering": false,
"incent": false,
"brand_bidding": false,
"additional_restrictions": "No adult content or gambling sites"
}
}
],
"pagination": {
"page": 1,
"limit": 10,
"total": 1,
"total_pages": 1,
"has_next_page": false,
"has_prev_page": false
}
}
Was this page helpful?
⌘I
