- Overview
- Introduction
- Hosts
- Global Headers
- Common HTTP Error Codes
- API Permits
- Authorization
- API Contexts
- Common Concepts
- Common Models
- Reference
- API Structure
- Public API
- Introduction
- Loyalty Club
- Loyalty Clubs
- Schema
- Legal Information
- Translations
- Carbon Offset Program
- Cars
- Programs
- Receipts
- Member
- Offers
- Rewards
- Games
- CMS Content
- Management API
- Introduction
- Core
- Applications
- Privacy Policy
- Cookie Policy
- Terms
- Domains
- Domain Email Configs
- Domain Web Configs
- TLS Certificates
- Links
- Fonts
- Subunits
- Subunits Scopes
- SMS Sender Identities
- Contacts
- Translations
- Promotions Policy
- Tracker
- Social Logins
- Billing
- Members
- Listing Members
- Member Profile
- Imports
- Groups
- Programs
- Benefits
- Cars
- Webhooks
- Misc
- Receipts
- Stores
- Offers
- Rewards
- Triggerer
- CMS
- Introduction
- Pages
- Components
- Website
- Website Domains
- Venue Info
- Landing Pages
- Landing Page Templates
- Articles
- Events
- Events Groups
- Job Postings
- Press Releases
- Tags
- Service Messages
- Content Prototypes
- ContentPrototype Model
- List Content Prototypes
- Show Content Prototype
- Create Content Prototype
- Update Content Prototype
- Destroy Content Prototype
- List Organization Content Prototypes
- Show Organization Content Prototype
- Create Organization Content Prototype
- Update Organization Content Prototype
- Destroy Organization Content Prototype
- Mixed Content
- Attachments
- Events
- Games
- Scraper
- Files
- Receipts
- Users API
- Operations API
- Introduction
- Manager API
- Tenant API
- Messaging API
- Data API
- ML API
- Introduction
- Predict Sending KPI v1
- Explain Sending KPI Prediction v1
- Predict Sending KPI In Date Range v1
- Predict Sending Popularity v2
- Predict Sending Text Popularity v2
- Predict Sending Time Series Popularity v2
- Explain Sending Popularity Prediction v2
- Explain Sending Text Popularity Prediction v2
- Explain Sending Time Series Popularity Prediction v2
- Recommend sending time v2
- Generate Image
- Generate Text
- Generate Sending Text
- (Draft) Reporting API
- Other
List Translations (v4)
GET
https://api.mpc.dev.placewise.com/v4/loyalty_clubs/translations
API Permit:Translations:Api:Index
API Context:Loyalty Club
Authorizations:UserToken
of a different kind.
attributes
query param.Request
Query Params
attributes[]
array[string]
optional
Allowed values:
member_propertiesconsentsmobile_app
Example:
["member_properties","consents","mobile_app"]
Header Params
X-Client-Authorization
string
optional
Default:
{{API_TOKEN}}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://api.mpc.dev.placewise.com/v4/loyalty_clubs/translations?attributes[]=member_properties&attributes[]=consents&attributes[]=mobile_app' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization;' \
--header 'X-Client-Authorization: ' \
--header 'X-Locale: pl'
Responses
🟢200Success
application/json
Body
member_properties
object | null
required
consents
object
required
email_marketing.read_more
string
required
mobile_app
object
required
Example
{
"member_properties": {
"email": "E-mail",
"gender": "Gender",
"msisdn": "msisdn",
"birthday": "Birthday",
"zip_code": "Zip code",
"interests": "Interests",
"last_name": "Last name",
"first_name": "First name",
"gender.man": "Man",
"gender.woman": "Woman",
"bonus_points": "Bonus points",
"interests.skincare": "Skincare",
"interests.baby_child": "Baby/Child",
"interests.good_offers": "Good offers",
"interests.travel_and_leisure": "Travel and leisure",
"interests.dietary_and_nutrition": "Dietary and nutrition",
"interests.health_and_pharmaceuticals": "Health and pharmaceuticals"
},
"consents": {
"dmp_profiling": "Would you like to receive personalised offers?",
"dmp_profiling.title": "",
"dmp_profiling.no_alt": "Are you sure? Ved å si nei kan mottar du ikke informasjon og tilbud i andre medier",
"dmp_profiling.read_more": "Profiling is our way of personalising offers, info and discounts. Please see our Privacy Policy for more info on how we use data for profiling.",
"dmp_profiling.__yes__": "Yes, I accept profiling to receive personalised exclusive offers, info and discounts",
"dmp_profiling.__no__": "No, I do not accept profiling to receive personalised exclusive offers, info and discounts",
"sms_marketing": "Do you want to receive exclusive offers via SMS?",
"sms_marketing.title": "SMS Marketing",
"sms_marketing.no_alt": "Are you sure? Are you sure? Are you sure? Are you sure? Are you sure? Are you sure? Are you sure? Are you sure? Are you sure? Are you sure? Are you sure? Are you sure? Are you sure? Are you sure? Are you sure? ",
"sms_marketing.read_more": "",
"sms_marketing.__yes__": "Yes, I want to receive exclusive offers via SMS.",
"sms_marketing.__no__": "No, I don't want to receive exclusive offers.",
"email_marketing": "Do you want to receive exclusive offers via email? ",
"email_marketing.title": "Email Marketing",
"email_marketing.no_alt": "Are you sure? Ved å si nei kan mottar du ikke informasjon og tilbud i andre medier",
"email_marketing.__yes__": "Yes",
"email_marketing.__no__": "No, I don't want to receive exclusive offers.",
"email_marketing.read_more": ""
},
"mobile_app": null
}
Modified at 2025-03-21 15:12:29