GET
/v1/bulk-operation/reward/claim/{batch_id}/status/error
Query the failed reward claim attempts
GET
/v1/bulk-operation/reward/claim/{batch_id}/status
Query the status of the reward claim process
POST
/v1/bulk-operation/reward/claim/{reward_id}
Claim a specific reward to multiple customers
GET
/customers/{customer_id}/activities/rewards/{reward_id}
Retrieve a specific reward available for a customer
GET
/customers/{customer_id}/activities/rewards
List all available rewards for a customer
GET
/customers/{customer_id}/rewards
List a customer's claimed rewards
POST
/customers/{customer_id}/activities/rewards/{reward_id}/bid
Submit a bid for the customer on a specified bidding reward
POST
/customers/{customer_id}/activities/rewards/{reward_id}/claim
Claim a reward for a specific customer
POST
/customers/{customer_id}/activities/rewards/{reward_id}/revoke
Revoke a previously claimed reward
DELETE
/entities/rewards/reward/{entity_id}
Archive an inactive reward
#
POST
/entities/rewards/reward/{entity_id}
Update specific reward attributes
#
GET
/entities/rewards/reward/{entity_id}
Returns all information regarding a specific reward
#
GET
/entities/rewards/reward
List all available rewards
PUT
/entities/rewards/reward
Create a new reward
#
GET
/rewards/{reward_id}
Retrieve reward-specific information
GET
/rewards
List reward items
POST
/rewards/{reward_id}/claim
Claims a specific reward (deprecated)