---
title: "Get account-level offer settings. Consumed by the routing service to decide whether items should be offered to agents (vs directly assigned), the offer TTL (30-120 seconds), and whether agents can reject. Defaults are returned when no row exists for the account."
method: GET
path: "/v1/settings/offer"
tags: ["Setting"]
---

# Get account-level offer settings. Consumed by the routing service to decide whether items should be offered to agents (vs directly assigned), the offer TTL (30-120 seconds), and whether agents can reject. Defaults are returned when no row exists for the account.

`GET /v1/settings/offer`

## Response `200`

OK

- OfferSettings
  - `offerEnabled` boolean
  - `offerTtlSeconds` integer
  - `rejectAllowed` boolean

## Other responses

- `401` — Unauthorized

---

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