Skip to main content
GET
cURL

Autorisierungen

Authorization
string
header
erforderlich

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Abfrageparameter

spaceId
string

Filter by space ID

sourceType
enum<string>

Filter by reward source type

Verfügbare Optionen:
appSumoActivation,
socialShare,
system
status
enum<string>

Filter by reward status

Verfügbare Optionen:
pending,
approved,
rejected
platform
enum<string>

Filter by social platform

Verfügbare Optionen:
x,
linkedin
isValid
enum<string>

Filter by verification result

Verfügbare Optionen:
true,
false

Search by postUrl, uniqueKey or userId

createdTimeFrom
string

Filter by created time from (ISO string)

createdTimeTo
string

Filter by created time to (ISO string)

page
integer
Standard:1
Erforderlicher Bereich: x >= 1
pageSize
integer
Standard:20
Erforderlicher Bereich: 1 <= x <= 100

Antwort

200 - application/json

Returns the paginated list of reward

items
object[]
erforderlich
total
integer
erforderlich
Zuletzt geändert am 4. September 2026