cURL
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>" } ]
Returns all offers available in the current region.
List of offers
Was this page helpful?