Skip to main content
GET
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 responses
array
Array of marketplace program objects.
object
Pagination metadata object containing:
  • page (integer): Current page number
  • limit (integer): Number of results per page
  • total (integer): Total number of programs matching the filters
  • total_pages (integer): Total number of pages
  • has_next_page (boolean): Whether there is a next page
  • has_prev_page (boolean): Whether there is a previous page