---
title: "Show all rewards profiles"
method: GET
path: "/businesses/{id}/rewards_profiles"
tags: ["Rewards profiles"]
---

# Show all rewards profiles

`GET /businesses/{id}/rewards_profiles`

## Path parameters

- `id` string, required

## Response `200`

The rewards profiles for all customers of the business

- object
  - `rewards_profiles` RewardsProfile[], required — The rewards profiles for all customers of the business
    - `points` integer, required — The number of points the customer has
    - `customer` union, required — The customer associated with the rewards profile
      - string
      - Customer
        - `id` string, required — The ID of the customer
        - `external_id` string, nullable, required — The external ID of the customer
        - `email_address` string, nullable, required — The email address of the customer
        - `phone_number` string, nullable, required — The phone number of the customer
        - `full_name` string, nullable, required — The full name of the customer
        - `metadata` object, required — The metadata associated with this customer
        - `unsubscribed` 'future' | 'campaign', nullable, required — The unsubscribe status of the customer
    - `tier` union, required — The tier of the customer
      - string
      - Tier
        - `id` string, required — The ID of the tier
        - `name` string, required — The tier's name
        - `minimum_points` integer, required — The minimum number of points to reach this tier
        - `associated_color` string, nullable, required — The color associated with this tier
        - `perks` union[], required — The perks associated with reaching this tier
          - union
            - object
              - …
            - string

---

[API](https://skmtc.dev/pocketflows/apis/pocketflows-api.md) · [All operations](https://skmtc.dev/pocketflows/apis/pocketflows-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pocketflows/pocketflows-api/revisions/26723490b96f/schema)
