---
title: "Find Offer By ID"
method: GET
path: "/affiliates/offers/{offerId}"
tags: ["Affiliate Offers"]
---

# Find Offer By ID

`GET /affiliates/offers/{offerId}`

## Path parameters

- `offerId` integer, required

## Response `200`

- object
  - `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.
  - `currency_id` string — Currency code for the offer.
  - `visibility` string — Visibility setting of the offer.
  - `html_description` string — Offer description in HTML format.
  - `is_description_plain_text` boolean — Whether the description is plain text or HTML.
  - `preview_url` string — Preview URL for the offer landing page.
  - `tracking_url` string — Base tracking URL.
  - `redirect_tracking_url` string — Redirect tracking URL.
  - `impression_tracking_url` string — Impression tracking URL.
  - `thumbnail_url` string — URL of the offer thumbnail image.
  - `network_category_id` integer — Category ID for the offer.
  - `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.
  - `network_tracking_domain_id` integer — Tracking domain ID.
  - `app_identifier` string — App store identifier for mobile offers.
  - `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 — Affiliate-specific relationship data. Contains the same keys as the offersrunnable relationship, plus email, email_optout, and integrations.
    - `offer_affiliate_status` string — Affiliate's approval status for this offer.
    - `blocked_variables_count` integer — Number of blocked tracking variables.
    - `category` object — Offer category details.
      - `network_category_id` integer
      - `network_id` integer
      - `name` string
      - `status` string
      - `time_created` integer
      - `time_saved` integer
    - `channels` object — Available traffic channels.
      - `entries` object[]
      - `total` integer
    - `creative_bundle` object — Creative bundle information.
      - `url` string
    - `creatives` object — Available creatives for this offer.
      - `entries` object[]
      - `total` integer
    - `custom_payout_settings` object — Custom payout settings.
      - `entries` object[]
      - `total` integer
    - `email` object — Email configuration for the offer.
    - `email_optout` object — Email opt-out configuration.
    - `integrations` object — Integration configurations for the offer.
      - `ezepo` object
      - `invoca` object
      - `optizmo` object
      - `retreaver` object
      - `ringa` object
      - `unsubcentral` object
    - `meta` object — Additional metadata associated with the offer.
    - `payouts` object — Payout configuration.
      - `entries` object[]
      - `total` integer
    - `remaining_caps` object — Remaining cap amounts for the current period.
      - `remaining_daily_click_cap` integer
      - `remaining_daily_conversion_cap` integer
      - `remaining_daily_payout_cap` number
    - `reporting` object — Aggregated reporting data for this offer.
    - `requirement_kpis` object — KPI requirements.
      - `entries` object[]
      - `total` integer
    - `requirement_tracking_parameters` object — Required tracking parameters.
      - `entries` object[]
      - `total` integer
    - `ruleset` object — Targeting and rule configuration.
    - `terms_conditions_acceptance` object — Terms and conditions acceptance status.
    - `thumbnail_asset` object — Thumbnail asset details.
    - `urls` object — Offer destination URLs.
      - `entries` object[]
      - `total` integer

## Other responses

- `404` — Offer not found or not visible to the authenticated affiliate.

---

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