Skip to main content
GET
List rewards

Query Parameters

offset
integer<int32>

The cursor used in pagination. This is the index of the first transaction to be returned.

limit
integer<int32>

The maximum number of transactions to be returned. The default is 20.

sort_by
string

The property used to sort the transactions by. The default is CreationDate.

Example:

"CreationDate"

order_by
string

The sorting direction for the returned transactions. Accepted values: ASC, DESC. The default is DESC.

from
string<date-time>

From date inclusive

to
string<date-time>

To date exclusive

partner_id
integer<int32>

The partner ID

Response

200 - application/json

Rewards returned

items
object[] | null