---
title: "Find Custom Scrub Rates (Advanced)"
method: POST
path: "/networks/custom/scrubratetable"
tags: ["Custom Scrub Rates"]
---

# Find Custom Scrub Rates (Advanced)

`POST /networks/custom/scrubratetable`

## Query parameters

- `page` integer
- `page_size` integer
- `relationship` 'all'

## Request body

- SearchRequest
  - `search_terms` object[] — Optional search terms used to look for specific words in setting names, offers, or affiliates.
    - `search_type` 'name' | 'offer' | 'affiliate', required — The field to search on.
    - `value` string, required — The search value.
  - `filters` object — Optional filters to narrow down the set of settings returned. They can be used individually or combined in a single request.
    - `custom_setting_status` 'active' | 'inactive' — Filter on the status of the custom scrub rate setting.
    - `network_affiliate_ids` integer[] — Return only the settings associated with the specified affiliate IDs.
    - `network_offer_ids` integer[] — Return only the settings associated with the specified offer IDs.
    - `scrub_rate_status` 'rejected' | 'pending' — Filter on how the setting affects the conversions it targets.
  - `sort` object
    - `field` string
    - `direction` 'asc' | 'desc'

## Response `200`

- object
  - `custom_scrub_rate_settings` object[]
    - `network_custom_scrub_rate_setting_id` integer — Unique custom scrub rate setting ID.
    - `network_id` integer — Network ID.
    - `network_affiliate_id` integer — Associated affiliate ID.
    - `network_offer_id` integer — Associated offer ID.
    - `custom_setting_status` 'active' | 'inactive' — Setting status.
    - `name` string — Display name for this custom scrub rate setting.
    - `scrub_rate_status` 'rejected' | 'pending' — How the setting affects the conversions it targets.
    - `scrub_rate_percentage` integer — The percentage of conversions affected (0-100).
    - `time_created` integer — Unix timestamp of creation.
    - `time_saved` integer — Unix timestamp of last update.
    - `relationship` object
      - `affiliate` object
        - `network_affiliate_id` integer
        - `network_id` integer
        - `name` string
        - `account_status` string
      - `offer` object
        - `network_offer_id` integer
        - `network_id` integer
        - `network_advertiser_id` integer
        - `network_offer_group_id` integer
        - `name` string
        - `offer_status` string
        - `network_tracking_domain_id` integer
        - `visibility` string
        - `currency_id` string
      - `ruleset` object — Targeting ruleset applied to this setting. See the [Ruleset guide](/user-guide/rulesets) for details.
  - `paging` Paging
    - `page` integer — Current page number.
    - `page_size` integer — Number of items per page.
    - `total_count` integer — Total number of items.

---

[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/versions/39242cee0e32/schema)
