Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

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

X-App-Id
string
header
required
X-App-Token
string
header
required

Path Parameters

programId
string
required

Unique program identifier.

Pattern: ^lprg_[a-f0-9]+$

Query Parameters

limit
default:10

Maximum number of items to return. Between 1 and 100. Defaults to 10. Non-integer values are rounded.

Required range: 1 <= x <= 100
order

Sorting order. A single value or an array of values. Prefix with - for descending. Defaults to -created_at. The same field cannot be used in both ascending and descending order at once.

Available options:
-created_at,
created_at
cursor
string | null

Pagination cursor returned by a previous call (cursor.next).

Pattern: ^lcrsrewa_[a-f0-9]+$

Response

Paginated list of reward assignments.

Cursor-paginated list of reward assignments.

object
string

Object type marker.

Allowed value: "list"
data
object[]

Reward assignments on the current page.

cursor
object | null

Pagination cursor, or null when there are no more results.

Last modified on July 13, 2026