Region Code
Vista Digital Platform (V1)
- Mock serverhttps://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/loyalty-master-data
- cURL
- JavaScript
- Node.js
curl -i -X GET \
https://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/loyalty-master-data \
-H 'Connect-Region-Code: string'Success
Gets the list of club entities available to a member
Gets the name text, and its translations
Gets the translations of the translatable Text in other languages
Gets the list of custom preference entities used for setting member custom preference entities
Gets the name text, and its translations
Gets the translations of the translatable Text in other languages
Gets a value indicating the number of options that can be selected by a member
Gets a value indicating whether the quantity is unlimited
Gets the maximum quantity allowed
Gets the list of custom preference option entities
Gets the name text, and its translations
Gets the text in the default language
Gets the translations of the translatable Text in other languages
Gets the list of education level entities used for setting member personal details EducationLevelId
Gets the name text, and its translations
Gets the translations of the translatable Text in other languages
Gets the list of loyalty genre entities used for setting member genre preferences
Gets the name text, and its translations
Gets the translations of the translatable Text in other languages
Gets the list of interest entities used for setting member interest subscription InterestId
Gets the name text, and its translations
Gets the translations of the translatable Text in other languages
Gets the list of interest contact method entities used for setting member interest subscription InterestContactMethodIds
Gets the name text, and its translations
Gets the translations of the translatable Text in other languages
Gets the list of occupation entities used for setting member personal details OccupationId
Gets the name text, and its translations
Gets the translations of the translatable Text in other languages
Gets the upload requirements for a member photo
Gets the reqiured dimensions
Gets the maximum allowed file size in kilobytes
Gets the list of loyalty site entities used for setting member site preferences
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
Gets the friend configuration
Gets a value indicating whether the member friend subscription sharing functionality is restricted to member entities with an active member subscription
Gets the maximum number of member friend entities that a member can have
Gets the list of external authentication issuer entities that can be used to authenticate Loyalty members without requiring them to create a password for Loyalty
{ "clubs": [ { … } ], "customPreferences": [ { … } ], "educationLevels": [ { … } ], "genres": [ { … } ], "interests": [ { … } ], "interestContactMethods": [ { … } ], "occupations": [ { … } ], "photoRequirements": { "dimensions": { … }, "maximumFileSizeInKilobytes": 0, "minimumDaysBetweenUpdates": 0 }, "sites": [ { … } ], "friendConfiguration": { "isSubscriptionSharingRestrictedToActiveSubscribers": true, "friendLimit": { … } }, "externalAuthenticationIssuers": [ { … } ] }