Returns a paginated list of account tracking profiles matching the supplied search criteria (POST variant).

Functionally identical to GET /accounts/tracking-profiles but accepts the criteria in the
request body, allowing larger/complex filters. Requires the AccountsRead policy.
Paginate with Offset (0-based) and Limit.

🔐 Required permission: accounts.read

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

Filter, sort and pagination criteria.

Filter, sort and pagination criteria for querying account tracking profiles. All filter fields
are optional; multiple values within a single array filter are matched as OR, and distinct filters
are combined as AND.

affiliateId
array of int32s | null

Optional. Restricts results to these affiliate ids.

affiliateId
accountId
array of int32s | null

Optional. Restricts results to these Routy internal account ids.

accountId
trackerId
array of strings | null

Optional. Restricts results to these external tracker ids (as presented on the affiliate program).

trackerId
ids
array of int32s | null

Optional. Restricts results to these tracking-profile ids. Serialized as ids.

ids
trafficSourceIds
array of int32s | null

Optional. Restricts results to these mapped traffic-source ids. Serialized as trafficSourceIds.

trafficSourceIds
brandIds
array of int32s | null

Optional. Restricts results to these mapped brand ids. Serialized as brandIds.

brandIds
countryCode
array of strings | null

Optional. Restricts results to these mapped country codes (ISO 3166-1 alpha-2).

countryCode
regionCode
array of strings | null

Optional. Restricts results to these mapped region codes.

regionCode
commissionPlanId
array of int32s | null

Optional. Restricts results to these assigned commission-plan ids.

commissionPlanId
boolean | null

Optional. When set, filters by whether a traffic source is (true) or is not (false) mapped.

boolean | null

Optional. When set, filters by whether a brand is (true) or is not (false) mapped.

boolean | null

Optional. When set, filters by whether a country code is (true) or is not (false) mapped.

boolean | null

Optional. When set, filters by whether a region code is (true) or is not (false) mapped.

string | null

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

date-time | null

Optional. Restricts results to tracking profiles added on/after this date. Serialized as addedSince.

int32 | null

Optional. Number of items to skip (0-based). Pagination uses Offset/Limit, not page numbers.

int32 | null

Optional. Maximum number of items to return.

string | null

Optional. Name of the field to sort by. Serialized as sort.

string | null

Optional. Sort direction: asc (default) or desc.

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