---
title: "Get Offer Deals"
method: GET
path: "/affiliates/offers/{offerId}/deals"
tags: ["Affiliate Deals"]
---

# Get Offer Deals

`GET /affiliates/offers/{offerId}/deals`

## Path parameters

- `offerId` integer, required

## Response `200`

- object
  - `deals` Deal[] — Array of deals for the specified offer.
    - `network_advertiser_deal_id` integer, required — Unique identifier for the deal.
    - `network_id` integer — Network ID the deal belongs to.
    - `name` string, required — Deal name.
    - `description` string — Deal description.
    - `brand_name` string — Brand associated with the deal.
    - `deal_type` string, required — Type of deal (e.g. coupon, promotion, sale).
    - `deal_status` string, required — Current status of the deal (active, paused, expired).
    - `deal_categories` string[], required — Categories assigned to the deal.
    - `scope` string — Scope of the deal.
    - `restrictions` string — Any restrictions that apply to the deal.
    - `coupon_code` string — Coupon code associated with the deal, if applicable.
    - `coupon_code_discount_amount` number — Flat discount amount for the coupon code.
    - `coupon_code_discount_percentage` number — Percentage discount for the coupon code.
    - `coupon_code_discount_currency_id` string — Currency ID for the coupon code discount amount.
    - `threshold_amount` number — Minimum purchase amount threshold to activate the deal.
    - `threshold_amount_currency_id` string — Currency ID for the threshold amount.
    - `threshold_quantity` integer — Minimum quantity threshold to activate the deal.
    - `purchase_limit_amount` number — Maximum purchase amount for the deal.
    - `purchase_limit_amount_currency_id` string — Currency ID for the purchase limit amount.
    - `purchase_limit_quantity` integer — Maximum quantity limit for the deal.
    - `date_valid_from` integer — Start date and time when the deal becomes valid.
    - `date_valid_to` integer — End date and time when the deal expires.
    - `date_valid_timezone_id` integer — Timezone ID for the deal validity dates.
    - `time_created` integer — Unix timestamp when the deal was created.
    - `time_saved` integer — Unix timestamp when the deal was last saved.
    - `time_deleted` integer — Unix timestamp when the deal was deleted. 0 if not deleted.
    - `relationship` object — Related entities for this deal.

---

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