---
title: "Find All Visible Offers"
method: GET
path: "/affiliates/alloffers"
tags: ["Affiliate Offers"]
---

# Find All Visible Offers

`GET /affiliates/alloffers`

## Query parameters

- `page` integer
- `page_size` integer
- `search` string
- `category_id` integer

## Response `200`

- object
  - `offers` object[] — Array of visible offers.
    - `network_offer_id` integer — Unique identifier for the offer.
    - `network_id` integer — Network ID.
    - `name` string — Offer name.
    - `offer_status` string — Current status of the offer (e.g. active, paused, deleted).
    - `currency_id` string — Currency code for the offer (e.g. "USD").
    - `visibility` string — Visibility setting of the offer (public, require_approval, private).
    - `thumbnail_url` string — URL of the offer thumbnail image.
    - `html_description` string — Offer description in HTML format.
    - `is_description_plain_text` boolean — Whether the description is plain text (true) or HTML (false).
    - `preview_url` string — Preview URL for the offer landing page.
    - `tracking_url` string — Base tracking URL for the offer.
    - `impression_tracking_url` string — Impression tracking URL for the offer.
    - `network_category_id` integer — Category ID for the offer.
    - `network_tracking_domain_id` integer — Tracking domain ID.
    - `app_identifier` string — App store identifier for mobile offers.
    - `is_caps_enabled` boolean — Whether caps are enabled for this offer.
    - `caps_timezone_id` integer — Timezone ID used for cap calculations.
    - `daily_conversion_cap` integer — Daily conversion cap.
    - `weekly_conversion_cap` integer — Weekly conversion cap.
    - `monthly_conversion_cap` integer — Monthly conversion cap.
    - `global_conversion_cap` integer — Global (lifetime) conversion cap.
    - `daily_click_cap` integer — Daily click cap.
    - `weekly_click_cap` integer — Weekly click cap.
    - `monthly_click_cap` integer — Monthly click cap.
    - `global_click_cap` integer — Global (lifetime) click cap.
    - `daily_payout_cap` number — Daily payout cap.
    - `weekly_payout_cap` number — Weekly payout cap.
    - `monthly_payout_cap` number — Monthly payout cap.
    - `global_payout_cap` number — Global (lifetime) payout cap.
    - `is_force_terms_and_conditions` boolean — Whether terms and conditions acceptance is required.
    - `is_using_explicit_terms_and_conditions` boolean — Whether the offer uses explicit terms and conditions.
    - `terms_and_conditions` string — Terms and conditions text.
    - `is_use_direct_linking` boolean — Whether direct linking is enabled.
    - `is_using_suppression_list` boolean — Whether a suppression list is in use.
    - `suppression_list_id` integer — Suppression list ID.
    - `date_live_until` string — Date until which the offer is live.
    - `time_created` integer — Timestamp when the offer was created.
    - `time_saved` integer — Timestamp when the offer was last saved.
    - `relationship` object — Relationship data specific to this affiliate.
      - `offer_affiliate_status` string — Affiliate's relationship status with this offer. Values include: approved, pending, not_applied, rejected, public.
  - `paging` object — Pagination metadata.
    - `page` integer — Current page number.
    - `page_size` integer — Number of results per page.
    - `total_count` integer — Total number of matching offers.

---

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