Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Unique campaign ID.
"camp_rRsfatlwN7unSeUIJDCYedal"
Query Parameters
Limit the number of the pending point entries that the API returns in the response.
1 <= x <= 100
Orders the pending point entries according the pending point entry ID. The dash -
preceding a sorting option means sorting in a descending order.
id
, -id
A cursor for pagination. It retrieves the results starting after a result with the given ID.
Response
Returns all pending point entries for all loyalty cards in the campaign.
Response body schema for GET /loyalties/{campaignId}/pending-points
.
Lists pending point entries.
The type of the object represented by JSON.
list
Identifies the name of the attribute that contains the array of pending point objects.
data
A dictionary that contains an array of pending point entries. Each entry in the array is a separate pending point object.
As query results are always limited (by the limit parameter), the has_more
flag indicates if there are more records for given filter parameters. This lets you know if you can run another request to get more records returned in the results.
Returns an ID that can be used to return another page of results. Use the pending point entry ID in the starting_after_id
query parameter to display another page of the results starting after the entry with that ID.