List all public affiliate programs
GET
https://api.tamio.com/v2/agency/affiliate-programs/list
Returns a paginated list of public affiliate programs from the agency's clients. Supports pagination and sorting.
Query Parameters
page
integer*
Page number for pagination
per_page
integer*
Number of results per page
order
string
ascdescResponses
200
Affiliate programs listed successfully
Affiliate programs listed successfully
status
integer
total_results
integer
programs
array of AffiliateProgram
id
string
object
string
label
string
Program display name
currency
string
commission_percent
number
Commission percentage (0.00 to 1.00)
commission_amount
number
Fixed commission amount in smallest currency unit
is_listed
boolean
is_public
boolean
approved
boolean
Whether the program is approved for public listing
seller
object
Merchant who owns the program
name
string
country
string
id
string
affiliates
integer
Total number of partners in the program
created_at
integer
Unix timestamp
400
Validation or business-logic error.
Validation or business-logic error.
| Code | Description |
|---|---|
400 | Schema validation failed |
status
integer
error
string
error_code
integer
401
Unauthorized – invalid or missing Bearer token
Unauthorized – invalid or missing Bearer token
status
integer
error
string