Marketplace
List Marketplace Programs
Get a paginated list of all programs listed in the Affonso marketplace
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
Page number for pagination. Must be a positive integer.
Number of results per page. Minimum 1, maximum 200. Default is 50.
Filter programs by category. Maximum 100 characters.
Response
Always
true for successful responsesArray of marketplace program objects.
Pagination metadata object containing:
page(integer): Current page numberlimit(integer): Number of results per pagetotal(integer): Total number of programs matching the filterstotalPages(integer): Total number of pageshasNextPage(boolean): Whether there is a next pagehasPrevPage(boolean): Whether there is a previous page
