Lucky Cart Game Experience API

Grants access to the gamified post-purchase experiences a shopper has earned. GET /game-experiences-access takes shopperId, siteKey and a count parameter capping how many experiences to return, and answers with the game experiences and the template each should be rendered with. The mobile SDKs call this after a cartValidated event to decide which game to present. Versioned in the URI path at /v1. The count parameter is the only collection-bounding mechanism — there is no cursor or offset.

API entry from apis.yml

apis.yml Raw ↑
aid: lucky-cart:game-experience-api
name: Lucky Cart Game Experience API
description: Grants access to the gamified post-purchase experiences a shopper has earned. GET /game-experiences-access
  takes shopperId, siteKey and a count parameter capping how many experiences to return, and answers with
  the game experiences and the template each should be rendered with. The mobile SDKs call this after
  a cartValidated event to decide which game to present. Versioned in the URI path at /v1. The count parameter
  is the only collection-bounding mechanism — there is no cursor or offset.
humanURL: https://github.com/lucky-cart/lucky-cart-ios#configuration
baseURL: https://game-experience-api.luckycart.com/v1
tags:
- Gamification
- Loyalty
- Experiences
properties:
- type: Authentication
  url: authentication/lucky-cart-authentication.yml
- type: SourceCode
  url: https://github.com/lucky-cart/lucky-cart-ios