Lists the loyalty promotions associated with a loyalty program.
GET
/v2/loyalty/programs/{program_id}/promotions
Lists the loyalty promotions associated with a loyalty program.
Results are sorted by the created_at
date in descending order (newest to oldest).
The ID of the base loyalty program. To get the program ID, call RetrieveLoyaltyProgram using the main
keyword.
The status to filter the results by. If a status is provided, only loyalty promotions with the specified status are returned. Otherwise, all loyalty promotions associated with the loyalty program are returned.
The cursor returned in the paged response from the previous call to this endpoint. Provide this cursor to retrieve the next page of results for your original request. For more information, see Pagination.
The maximum number of results to return in a single paged response. The minimum value is 1 and the maximum value is 30. The default value is 30. For more information, see Pagination.
The cursor to use in your next call to this endpoint to retrieve the next page of results for your original request. This field is present only if the request succeeded and additional results are available. For more information, see Pagination.