---
title: "Find Offer URLs (Advanced)"
method: POST
path: "/networks/offerurls/table"
tags: ["Offer URLs"]
---

# Find Offer URLs (Advanced)

`POST /networks/offerurls/table`

## Query parameters

- `page` integer
- `page_size` integer
- `order_field` 'network_offer_url_id' | 'time_saved' | 'time_created' | 'url_status'
- `order_direction` 'asc' | 'desc'

## Request body

- object
  - `filters` object
    - `network_offer_ids` integer[] — Filter by one or more offer IDs.
    - `url_status` 'active' | 'paused' | 'deleted' — Filter by URL status.
  - `search_terms` object[]
    - `search_type` 'name' | 'destination_url' — The field to search. `name` searches both the URL name and the offer URL ID.
    - `value` string — The search value (partial match).

## Response `200`

- object
  - `urls` OfferUrl[]
    - `network_offer_url_id` integer — Unique offer URL ID.
    - `network_id` integer — Network ID.
    - `network_offer_id` integer — The ID of the offer to which this offer URL is associated.
    - `name` string — The name of the offer URL.
    - `destination_url` string — The URL the offer URL will redirect to.
    - `preview_url` string — A preview URL, if it exists.
    - `url_status` 'active' | 'paused' | 'deleted' — Status of the offer URL setting.
    - `network_affiliate_ids` integer[], nullable — The IDs of the affiliates that are to be affected by the offer URL. Only relevant when is_apply_specific_affiliates is true.
    - `is_apply_specific_affiliates` boolean — Determines whether this offer URL applies to all affiliates or only to a select few. When true, the network_affiliate_ids array must be filled.
    - `is_hidden_affiliate` boolean — Determines whether affiliates will see this offer URL or not in the affiliate UI / API.
    - `time_created` integer — Unix timestamp of creation.
    - `time_saved` integer — Unix timestamp of last update.
    - `remote_offer_resource` object — Remote offer resource configuration.
      - `network_offer_id` integer
      - `network_id` integer
      - `resource_type` string
      - `remote_resource_id` string
      - `resource_id` integer
      - `last_value_md5` string
      - `json_config` string
      - `json_data` string
      - `time_created` integer
      - `time_saved` integer
  - `paging` object
    - `page` integer
    - `page_size` integer
    - `total_count` integer

---

[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)
