Gets the list of member ticket redemption card base entities for the currently authenticated member

Includes ticket redemption cards which have been shared to the member by their friends.

Licenses Required

  • Vista.Ocapi
Request
header Parameters
loyaltySessionToken
string

Current Loyalty session token, represents a 'signed-in' member

Connect-Region-Code
string

Region Code

Responses
200

Success

401

No member authenticated.

get/ocapi/v1/members/current/ticket-redemption-cards
Request samples
Response samples
application/json
{
  • "ticketRedemptionCards": [
    ],
  • "relatedData": {
    }
}