---
title: "Find Affiliates (Advanced)"
method: POST
path: "/networks/affiliatestable"
tags: ["Affiliates"]
---

# Find Affiliates (Advanced)

`POST /networks/affiliatestable`

## Query parameters

- `page` integer
- `page_size` integer
- `relationship` 'signup' | 'users'

## Request body

- object
  - `search_terms` object[] — Text search filters.
    - `search_type` 'name', required — The field to search on.
    - `value` string, required — The search term.
  - `filters` object — Structured filters to narrow results.
    - `account_status` 'active' | 'inactive' | 'pending' | 'suspended' — Filter by account status.
    - `account_manager_ids` integer[] — Filter by account manager IDs.
    - `network_account_executives_ids` integer[] — Filter by account executive IDs.
    - `billing_frequency` 'weekly' | 'bimonthly' | 'monthly' | 'two_months' | 'quarterly' | 'manual' | 'other' — Filter by billing frequency.
    - `payment_type` 'none' | 'pay' | 'paypal' | 'check' | 'wire' | 'direct_deposit' | 'tipalti' | 'paxum' | 'veem' | 'payoneer' | 'bitcoin' | 'webmoney' | 'capitalist' | 'transferwise' | 'gift_card' | 'masspay' | 'skrill' — Filter by payment type.
    - `labels` string[] — Filter by label names.
    - `ran_traffic_in_last_hours` integer — Only return affiliates that had traffic within the last N hours.
    - `network_tracking_domain_ids` integer[] — Filter by tracking domain IDs.
    - `country_codes` string[] — Filter by country codes (e.g. US, CA).
    - `business_unit_ids` integer[] — Filter affiliates based on the specified business units.
    - `region_codes` string[] — Filter by region codes. Note that region codes are not always globally unique so this filter is best used along with the country_codes filter.

## Response `200`

- object
  - `affiliates` object[] — List of affiliates matching the search criteria.
    - `network_affiliate_id` integer — Unique affiliate ID.
    - `network_id` integer — Network ID.
    - `name` string — Affiliate name.
    - `account_status` 'active' | 'inactive' | 'pending' | 'suspended' — Current account status.
    - `account_manager_id` integer — Account manager ID.
    - `account_manager_name` string — Account manager name.
    - `account_executive_id` integer — Account executive ID.
    - `account_executive_name` string — Account executive name.
    - `today_revenue` string — Today's revenue (formatted string).
    - `time_created` integer — Unix timestamp of when the affiliate was created.
    - `time_saved` integer — Unix timestamp of when the affiliate was last saved.
    - `labels` string[], nullable — Labels associated with this affiliate.
    - `balance` integer — Current affiliate balance.
    - `last_login` integer — Unix timestamp of last login.
    - `global_tracking_domain_url` string — Global tracking domain URL.
    - `relationship` object — Related data (only present when requested via the `relationship` query parameter).
    - `network_country_code` string — Affiliate's country code.
    - `is_payable` boolean — Whether the affiliate is payable.
    - `payment_type` string — Payment method type.
    - `payment_terms` integer — Payment terms in days.
    - `network_traffic_source_id` integer — Associated traffic source ID.
  - `paging` object — Pagination information.
    - `page` integer — Current page number.
    - `page_size` integer — Number of results per page.
    - `total_count` integer — Total number of results across all pages.

---

[API](https://skmtc.net/everflow/apis/everflow-network-api-tracking-domains.md) · [All operations](https://skmtc.net/everflow/apis/everflow-network-api-tracking-domains/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/everflow/everflow-network-api-tracking-domains/revisions/39242cee0e32/schema)
