---
title: "List"
method: GET
path: "/offer_profiles/"
---

# List

`GET /offer_profiles/`

Lists all offer profiles for an individual User.

## Query parameters

- `offer_profile_category` 'all' | 'all_with_standard_flex_incentives' | 'only_with_standard_flex_incentives'
- `status` 'available' | 'archived' | 'all'

## Response `200`

200

- object
  - `public_id` string
  - `name` string
  - `live` boolean
  - `status` 'available' | 'archived'
  - `weight` integer
  - `offers` string[]
  - `recurring_coupon` object
    - `public_id` string
    - `name` string
    - `code` string
    - `discounts` object[]
      - `public_id` string
      - `name` string
      - `object` integer
      - `field` integer
      - `type` string
      - `value` string
      - `threshold_field` integer
      - `threshold_value` string
  - `initial_coupon` object
    - `public_id` string
    - `name` string
    - `code` string
    - `discounts` object[]
      - `public_id` string
      - `name` string
      - `object` integer
      - `field` integer
      - `type` string
      - `value` string
      - `threshold_field` integer
      - `threshold_value` string

## Other responses

- `403` — 403

---

[API](https://skmtc.net/ordergroove/apis/ordergroove-restrpc.md) · [All operations](https://skmtc.net/ordergroove/apis/ordergroove-restrpc/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ordergroove/ordergroove-restrpc/versions/ba97e740d08c/schema)
