---
title: "Get offer by ID"
method: GET
path: "/api/v1/offer/{offer_id}"
tags: ["User Offers"]
---

# Get offer by ID

`GET /api/v1/offer/{offer_id}`

Retrieve a specific offer by its ID.

## Path parameters

- `offer_id` string, uuid, required

## Response `200`

Successful Response

- 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.
- `404` — The requested resource was not found.
- `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)
