List all partners for a partner program.
Default authentication mechanism
A filter on the list based on the partner's status
field.
pending
, approved
, rejected
, invited
, declined
, banned
, archived
"approved"
A filter on the list based on the partner's country
field.
"US"
The field to sort the partners by. The default is saleAmount
.
createdAt
, clicks
, leads
, sales
, saleAmount
, commissions
, netRevenue
"saleAmount"
The sort order. The default is desc
.
asc
, desc
"desc"
A case-sensitive filter on the list based on the partner's tenantId
field. The value must be a string. Takes precedence over search
.
"1K0NM7HCN944PEMZ3CQPH43H8"
Whether to include stats fields on the partner (clicks
, leads
, sales
, saleAmount
, commissions
, netRevenue
). If false, those fields will be returned as 0.
"true"
A search query to filter partners by name, email, or tenantId.
"john"
The page number for pagination.
x > 0
1
The number of items per page.
0 < x <= 100
50
The list of partners.
The response is of type object[]
.