This endpoint excludes any third-party member schemes that are validated against Vista Loyalty.
Loyalty schemes are handled as "member reward tickets with an availability restriction" via the GetMemberRewardAvailabilitiesForShowtime endpoint.
Success
Site does not exist.
{- "thirdPartyMemberSchemes": [
- {
- "id": "string",
- "name": {
- "text": "string",
- "translations": [
- {
- "languageTag": "en-US",
- "text": "string"
}
]
}, - "cardNumberFormat": {
- "partialFormat": "string",
- "fullFormat": "string",
- "prefixLength": 0
}, - "seatLimitPerCard": {
- "isUnlimited": true,
- "value": 0
}
}
]
}