GET

List Rewards


Retrieves a list of rewards.

The list includes rewards that are currently nonredeemable due to insufficient points held by any customers.

Permissions
Manage Loyalty
Read Loyalty
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/loyalty-rewards/v1/rewards

Query Params
cursorPaging.limitintegerminimum 0maximum 100format int32

Maximum number of items to return in the results.


cursorPaging.cursorstringmaxLength 16000

Pointer to the next or previous page in the list of results.

Pass the relevant cursor token from the pagingMetadata object in the previous call's response. Not relevant for the first request.

Response Object
rewardsArray <Reward>

Retrieved loyalty rewards.


pagingMetadataPagingMetadata

Details on the paged set of results returned.

List rewards
Request
cURL
Response
JSON
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?