Region Code
Vista Digital Platform (V1)
- Mock serverhttps://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/sites
- cURL
- JavaScript
- Node.js
curl -i -X GET \
https://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/sites \
-H 'Connect-Region-Code: string'Success
Gets the list of site entities
Represents a site in Vista Loyalty
Gets the contact details
Gets the list of phone number entities
Gets the IANA time zone name
Gets the name text, and its translations
Gets the translations of the translatable Text in other languages
Gets a value indicating whether the site has any sellable item entities
{ "sites": [ { … } ] }
- Mock serverhttps://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/sites/{siteId}
- cURL
- JavaScript
- Node.js
curl -i -X GET \
'https://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/sites/{siteId}' \
-H 'Connect-Region-Code: string'Success
Represents a physical location that belongs to a cinema chain, consisting of one or more screen entities
Represents a site in Vista Loyalty
Gets the contact details
Gets the list of phone number entities
Gets the IANA time zone name
Gets the name text, and its translations
Gets the translations of the translatable Text in other languages
Gets a value indicating whether the site has any sellable item entities
{ "site": { "location": { … }, "contactDetails": { … }, "ianaTimeZoneName": "America/New_York", "id": "string", "name": { … }, "hasSellableItems": true, "allowedItemDeliveryMethods": [ … ] } }
- Mock serverhttps://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/sites/for-film/{filmId}
- cURL
- JavaScript
- Node.js
curl -i -X GET \
'https://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/sites/for-film/{filmId}' \
-H 'Connect-Region-Code: string'Success
Gets the list of site entities
Represents a site in Vista Loyalty
Gets the contact details
Gets the list of phone number entities
Gets the IANA time zone name
Gets the name text, and its translations
Gets the translations of the translatable Text in other languages
Gets a value indicating whether the site has any sellable item entities
{ "sites": [ { … } ] }
Request
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.
- Vista.Ocapi
- Mock serverhttps://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/sites/{siteId}/third-party-member-schemes
- cURL
- JavaScript
- Node.js
curl -i -X GET \
'https://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/sites/{siteId}/third-party-member-schemes' \
-H 'Connect-Region-Code: string'Success
Gets the list of third party member scheme entities
Gets the name text, and its translations
Gets the translations of the translatable Text in other languages
Gets the card number format
Gets the regular expression that can be used to determine whether a partially-entered card number matches the format
Gets the regular expression that can be used to determine whether a full card number matches the format
Gets the maximum number of seats across all ticket types for the scheme that can be ordered for an individual order ticket redemption card base for a specific showtime
{ "thirdPartyMemberSchemes": [ { … } ] }