---
title: "Get tracker offers"
method: GET
path: "/api/v1/offer/tracker/{tracker_id}"
tags: ["User Offers"]
---

# Get tracker offers

`GET /api/v1/offer/tracker/{tracker_id}`

Get all offers associated with a tracker.

## Path parameters

- `tracker_id` string, uuid, required

## Response `200`

Successful Response

- TrackerOfferResponseDTO[]
  - `id` string, uuid, required
  - `trackerId` string, uuid, required
  - `offerId` string, uuid, required
  - `weight` integer, required
  - `offer` OfferResponseDTO — DTO for offer response.
    - `id` string, uuid, required
    - `name` string, nullable, required
    - `offerUrl` string, required
    - `data` object, nullable, required
    - `comment` string, nullable, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, nullable, required
    - `userId` string, uuid, nullable, required
    - `owner` OwnerDTO
      - `ownerCompanyUserId` string, uuid, nullable
      - `email` string, email, required
      - `logoUrl` string, nullable

## Other responses

- `401` — Authentication required.
- `403` — Access denied.
- `422` — Validation Error

---

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