Skip to main content
GET
cURL

Авторизации

Authorization
string
header
обязательно

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

Параметры запроса

spaceId
string

Filter by space ID

sourceType
enum<string>

Filter by reward source type

Доступные опции:
appSumoActivation,
socialShare,
system
status
enum<string>

Filter by reward status

Доступные опции:
pending,
approved,
rejected
platform
enum<string>

Filter by social platform

Доступные опции:
x,
linkedin
isValid
enum<string>

Filter by verification result

Доступные опции:
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
по умолчанию:1
Требуемый диапазон: x >= 1
pageSize
integer
по умолчанию:20
Требуемый диапазон: 1 <= x <= 100

Ответ

200 - application/json

Returns the paginated list of reward

items
object[]
обязательно
total
integer
обязательно
Последнее изменение 4 сентября 2026 г.