Cart Endpoints
Promoted Packages
Fetches a list of promoted items available in the cart along with their details such as price, availability, and quantity limits.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
Successfully retrieved the promoted items.
The response is of type object[]
.