---
title: "List Coupon Codes"
method: GET
path: "/affiliates/couponcodes"
tags: ["Affiliate Coupon Codes"]
---

# List Coupon Codes

`GET /affiliates/couponcodes`

## Response `200`

- object
  - `coupon_codes` object[] — Array of coupon codes assigned to the affiliate.
    - `network_id` integer — The network ID this coupon code belongs to.
    - `network_coupon_code_id` integer — Unique identifier for the coupon code.
    - `network_offer_id` integer — The offer ID this coupon code is associated with.
    - `coupon_code` string — The coupon code string.
    - `coupon_status` string — Status of the coupon code (active, inactive, expired).
    - `tracking_link` string — Tracking link that includes this coupon code.
    - `start_date` string, date-time — Date when the coupon code becomes active.
    - `end_date` string, date-time — Date when the coupon code expires.
    - `description` string — Description of the coupon code or promotion.
    - `is_description_plain_text` boolean — Whether the description is plain text (true) or HTML (false).
    - `time_created` integer — Unix timestamp of when the coupon code was created.
    - `time_saved` integer — Unix timestamp of when the coupon code was last saved.
    - `relationship` object — Related entities.
      - `offer` object — The offer associated with this coupon code.
        - `network_offer_id` integer
        - `network_id` integer
        - `name` string
        - `offer_status` string

---

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