Returns a paginated list of affiliate trackers matching the supplied search criteria (POST variant).

Functionally equivalent to GET /affiliate-trackers but accepts the criteria in the request body.
Requires the AccountAdmin policy. Paginate with Offset (0-based) and Limit.

🔐 Required permission: AccountAdmin

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Filter, sort and pagination criteria.

Filter and pagination criteria for querying affiliate trackers. All filter fields are optional.

affiliateId
array of int32s | null

Optional. Restricts results to these affiliate ids.

affiliateId
id
array of int32s | null

Optional. Restricts results to these affiliate-tracker ids.

id
statuses
array of objects | null

Optional. Restricts results to trackers in these statuses. See Platform.Models.Trackers.AffiliateTrackerStatus.

statuses
Allowed:
string | null

Optional. Filters by tracker value.

string | null

Optional. Filters by tracker name.

string | null

Optional. Free-text search term applied across name-like fields.

int32 | null

Optional. Number of items to skip (0-based).

int32 | null

Optional. Maximum number of items to return.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain
application/json
text/json