---
title: "Gets the list of third party member scheme entities for a specified site"
method: GET
path: "/ocapi/v1/sites/{siteId}/third-party-member-schemes"
tags: ["Third-Party Member Schemes", "Sites"]
---

# Gets the list of third party member scheme entities for a specified site

`GET /ocapi/v1/sites/{siteId}/third-party-member-schemes`

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](/openapi/digital-platform/openapi/members/ocapimemberrewards_getmemberrewardavailabilitiesforshowtime) endpoint.
#### Licenses Required


- Vista.Ocapi

## Path parameters

- `siteId` string, required

## Headers

- `Connect-Region-Code` string

## Response `200`

Success

- OcapiV1SalesMasterDataThirdPartyMemberTicketSchemesThirdPartyMemberSchemeListDetails — Represents a list of third party member scheme entities
  - `thirdPartyMemberSchemes` OcapiV1SalesMasterDataThirdPartyMemberTicketSchemesThirdPartyMemberScheme[], required — Gets the list of third party member scheme entities
    - `id` string, required — Gets the unique identifier
    - `name` OcapiV1Translatable, required — Represents some customer-visible translatable Text in the default language, and a list of translation entities
      - `text` string, required — Gets the text in the default language
      - `translations` OcapiV1Translation[], required — Gets the translations of the translatable Text in other languages
        - `languageTag` string, required — Gets the IETF (RFC 4646) language tag that the translation Text has been translated for
        - `text` string, required — Gets the translated text
    - `cardNumberFormat` OcapiV1SalesMasterDataThirdPartyMemberTicketSchemesThirdPartyMemberSchemeCardNumberFormat, required — Represents the card number format for cards belonging to a third party member scheme
      - `partialFormat` string, required — Gets the regular expression that can be used to determine whether a partially-entered card number matches the format
      - `fullFormat` string, required — Gets the regular expression that can be used to determine whether a full card number matches the format
      - `prefixLength` integer, required — Gets the prefix length
    - `seatLimitPerCard` OcapiV1Quantity, required — Represents a limited or unlimited quantity
      - `isUnlimited` boolean, required — Gets a value indicating whether the quantity is unlimited
      - `value` integer, nullable — Gets the value

## Other responses

- `404` — Site does not exist.

---

[API](https://skmtc.net/vista/apis/vista-digital-platform.md) · [All operations](https://skmtc.net/vista/apis/vista-digital-platform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vista/vista-digital-platform/revisions/3a81c0aed14e/schema)
