Skip to main content
GET
Get offers by filters

Authorizations

Authorization
string
header
required

Opaque Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Query Parameters

Name
string
Maximum string length: 255
UnifiedCampaignId
string
Maximum string length: 64
OfferTypes
string[]
OfferStatus
enum<string>
Available options:
Imported,
Published
OfferDisplayStatus
enum<string>
Available options:
Imported,
Active,
Expired,
Scheduled
ValidFromStartDate
string<date-time>
ValidFromEndDate
string<date-time>
ValidToStartDate
string<date-time>
ValidToEndDate
string<date-time>
OfferIds
string[]
includedRelations
enum<string>[]
Available options:
StoresAndChains,
Statistics,
Discount,
Affiliations
limit
integer<int32>
offset
integer<int32>

Response

OK

data
object[]
required

Current data. Never null, but can be empty. Can be paged.

totalAmount
integer<int32> | null

Total amount of data that match the query.

currentPage
integer<int32>

Number of current page, starting from 0

Last modified on August 10, 2026