Skip to main content
GET
/
api
/
catalog
/
offers
List offers
curl --request GET \
  --url https://api.example.com/api/catalog/offers \
  --cookie better-auth.session_token=
[
  {
    "id": "<string>",
    "title": "<string>",
    "price": 123,
    "currency": "<string>",
    "region": "<string>"
  }
]

Authorizations

better-auth.session_token
string
cookie
required

Response

200 - application/json

List of offers

id
string
required
title
string
required
price
number
required
currency
string
required
region
string
required