Skip to main content
POST
Batch assign/unassign rewards

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]+$

Body

application/json
assign
object[] | null

Rewards to assign

Maximum array length: 10
unassign
object[] | null

Rewards to unassign

Maximum array length: 10

Response

Batch processing result

assigned
object[] | null

Successfully assigned rewards (null if no assign operations)

unassigned
object[] | null

Successfully unassigned rewards (null if no unassign operations)

Last modified on May 19, 2026