---
title: "Search offers in Keitaro"
method: GET
path: "/api/v1/keitaro/offers/search"
tags: ["Keitaro"]
---

# Search offers in Keitaro

`GET /api/v1/keitaro/offers/search`

Search offers by term in Keitaro and return id and name.

## Query parameters

- `term` string, required — Search term to find offers

## Response `200`

Successful Response

- KeitaroOfferDTO[]
  - `id` integer, required
  - `name` string, required

## Other responses

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