MyBeezBox API (v2)
Download OpenAPI specification:Download
Welcome to MyBeezBox API v2. The interface and the logic were rebuilt from scratch to provide better, more RESTful experience.
Useful links
- Authentication – learn how to access this API.
- General documentation of MyBeezBox service
destinations_list
Authorizations:
header Parameters
X-Partner-Domain | string Examples:
Partner's site domain (optional) |
Responses
Response samples
- 200
This is an example of region, department and a city of a partner.
[- {
- "city": "Porto-Vecchio",
- "department": "Corse",
- "region": "Corse-du-Sud"
}
]
Get partner legal information
Authorizations:
header Parameters
X-Partner-Domain | string Examples:
Partner's site domain (optional) |
Responses
Response samples
- 200
Legal information of the current partner
[- {
- "agency_name": "Agency Name",
- "name": "Partner's Name",
- "address_line_1": "Address line 1",
- "address_line_2": "Address line 2",
- "address_line_3": "Address line 3",
- "postal_code": "75000",
- "city": "City",
- "country": "Country",
- "company_type": "bus",
- "creation_date": "2025-07-31T11:48:23.541215+02:00",
- "hq_phone_number": "+33 123 456 789",
- "agency_phone": "+33 123 456 780",
- "agency_website": "www.website.com",
- "legal_notice_email": "agency @ email.com",
- "legal_form": "SARL (France)",
- "capital_stock": "10000.00",
- "currency_symbol": "€",
- "legal_first_name": "John",
- "legal_last_name": "Doe",
- "siret_number": "SIRET1234",
- "vat_id": "VAT1234",
- "rcs": "RCS1234"
}
]
Get refund and withdrawal terms in all languages
Authorizations:
header Parameters
X-Partner-Domain | string Examples:
Partner's site domain (optional) |
Responses
Response samples
- 200
Translated Refund & Withdrawal terms for the current partner, to be displayed in its purchase website.
[- {
- "refund_withdrawal_terms": {
- "pt": "-",
- "nl": "-",
- "de": "-",
- "es": "De acuerdo con el artículo L 221-18 a 28 del Código de Consumo francés, se informa al comprador de un regalo de que dispone de un plazo de reflexión de 14 días para ejercer su derecho de desistimiento. No se debe dar ninguna razón y no se aplicará ninguna penalización, a excepción de los gastos de devolución que siguen siendo responsabilidad del comprador. Si el comprador ha elegido una tarjeta regalo o un bono regalo físico, el reembolso sólo se realizará si el bono regalo se devuelve en perfecto estado.\n\nPara que se pueda tramitar, la devolución debe ser solicitada previamente por el destinatario.\n\nEl reembolso se realizará en un plazo de 14 días a partir de la recepción del bono regalo o tarjeta regalo en perfecto estado.\n\nLos bonos regalo y las tarjetas regalo no son reembolsables. No se pueden cambiar por dinero en efectivo.",
- "ca": "-",
- "fr": "Conformément à l’article L 221-18 à 28 du Code de la Consommation, l’acheteur d’un cadeau est informé qu’il bénéficie d’un délai de rétractation de 14 jours francs pour exercer son droit de rétractation. Aucun motif ne devra être apporté et aucune pénalité ne sera appliquée, à l'exception d’éventuels frais de retour qui restent à la charge de l’acheteur. Si l’acheteur a choisi une carte cadeau physique, le remboursement ne pourra être effectué que si la carte cadeau est renvoyée dans un parfait état.\n\nPour pouvoir être traité, le retour devra faire l’objet d’une demande préalable de la part du bénéficiaire.\n\nLe remboursement sera effectué dans un délai de 14 jours à compter de la réception de la carte cadeau en parfait état.\n\nLes bons cadeaux et chèques cadeaux sont non-remboursables. Ils ne peuvent pas être échangés contre de l’argent liquide.",
- "en": "In conformity with article L 221-18 of the French Consumer Code, the purchaser of a gift is informed that he/she benefits from a 14-day retraction period to exercise his/her right of retraction. No reason must be given and no penalty will be applied, with the exception of any return costs which remain the responsibility of the buyer. If the buyer has chosen a physical gift card, the refund will only be made if the gift card is returned in perfect condition.\n\nIn order to be processed, the return must be requested in advance by the beneficiary.\n\nThe refund will be made within 14 days of receipt of the gift card in perfect condition.\n\nGift vouchers are non-refundable. They cannot be exchanged for cash.",
- "it": "Il diritto di recesso è disciplinato dal Codice del Consumo, all’articolo 52 e segg. del D. Lsg. 206 del 2005. L'acquirente di un regalo è informato che dispone di un periodo di riflessione di 14 giorni liberi per esercitare il suo diritto di recesso. Non è necessario fornire alcuna motivazione e non verrà applicata alcuna penale, ad eccezione delle spese di restituzione, che restano a carico dell'acquirente. Se l'acquirente ha scelto una carta regalo fisica, il rimborso sarà effettuato solo se la carta regalo viene restituita in perfette condizioni.\n\nPer poter gestire la richiesta di recesso, questa deve essere oggetto di una richiesta preventiva ed esplicita da parte del beneficiario.\n\nIl rimborso verrà effettuato entro 14 giorni dalla ricezione del buono regalo in perfette condizioni.\n\nI buoni regalo e le gift card non sono rimborsabili e non possono essere scambiati contro denaro liquido."
}
}
]
partners_list
Authorizations:
query Parameters
department | string |
id | Array of integers Multiple values may be separated by commas. |
page | integer A page number within the paginated result set. |
page_size | integer Number of results to return per page. |
region | string |
header Parameters
X-Partner-Domain | string Examples:
Partner's site domain (optional) |
Responses
Response samples
- 200
This is an example of a partner's detailed information.
{- "count": 123,
- "results": [
- {
- "id": 999,
- "name": "Agency Name",
- "description": {
- "pt": null,
- "nl": null,
- "de": null,
- "es": "Hotel de diseño en el corazón de Bastia",
- "ca": null,
- "fr": "Établissement design au cœur de Bastia",
- "en": "Design hotel in the heart of Bastia",
- "it": "Hotel di design nel cuore di Bastia"
}, - "region": "Corse",
- "department": "Haute-Corse",
- "latitude": 42.5,
- "longitude": 8.8
}
]
}
partners_retrieve
Authorizations:
path Parameters
id required | integer A unique integer value identifying this partner. |
header Parameters
X-Partner-Domain | string Examples:
Partner's site domain (optional) |
Responses
Response samples
- 200
This is an example of a partner's detailed information.
label_and_network
is a list of objects with the following keys:name
the name of the label (e.g."1 Michelin 2025"
)logo
the absolute url of the logo a the label (e.g."https://www.label/example.png"
)
{- "id": 999,
- "name": "Agency Name",
- "description": {
- "pt": null,
- "nl": null,
- "de": null,
- "es": "Hotel de diseño en el corazón de Bastia",
- "ca": null,
- "fr": "Établissement design au cœur de Bastia",
- "en": "Design hotel in the heart of Bastia",
- "it": "Hotel di design nel cuore di Bastia"
}, - "region": "Corse",
- "department": "Haute-Corse",
- "latitude": 42.5,
- "longitude": 8.8,
- "managers": {
- "pt": null,
- "nl": null,
- "de": null,
- "es": "Presentación de los directores(...)",
- "ca": null,
- "fr": "Présentation des responsables(...)",
- "en": "Presentation of the managers(...)",
- "it": "Presentazione dei manager(...)"
}, - "nearby": {
- "pt": null,
- "nl": null,
- "de": null,
- "es": "Ciudadela de Bastia",
- "ca": null,
- "fr": "Citadelle de Bastia",
- "en": "Bastia Citadel",
- "it": "Cittadella di Bastia"
}, - "practical_information": {
- "pt": null,
- "nl": null,
- "de": null,
- "es": "Abierto todos los días de 20:00 a 2:00(...)",
- "ca": null,
- "fr": "Ouvert tous les jours de 20h00 à 02h00(...)",
- "en": "Open daily from 8:00 pm to 2:00 am(...)",
- "it": "Aperto tutti i giorni dalle 20.00 alle 2.00(...)"
}, - "access": {
- "pt": null,
- "nl": null,
- "de": null,
- "es": "Información de acceso(...)",
- "ca": null,
- "fr": "Accès à l'établissement(...)",
- "en": "Access information(...)",
- "it": "Informazioni di accesso(...)"
}, - "facilities": {
- "disabled_access": true,
- "air_conditioning": false,
- "private_parking": true,
- "wifi": true,
- "smoking_area": false,
- "pets_allowed": true,
- "family_friendly": true
}, - "social_links": {
}, - "label_and_network": [
- {
- "name": "Charme&Caractère",
}, - {
- "name": "Hôtel 3 étoiles",
- "logo": null
}
]
}
partners_me_retrieve
Get basic information about the current partner.
Authorizations:
header Parameters
X-Partner-Domain | string Examples:
Partner's site domain (optional) |
Responses
Response samples
- 200
{- "agency_email": "string",
- "agency_name": "string",
- "id": 0,
- "name": "string",
- "site": "string"
}
product_information_vouchers_list
Get Vouchers product configuration.
Authorizations:
header Parameters
X-Partner-Domain | string Examples:
Partner's site domain (optional) |
Responses
Response samples
- 200
This example of Partner's Voucher product configuration
- All delivery modes are activated, except for 'On site pickup'.
- 'destination' and 'universe' filters are deactivated.
- There's no hero image for vouchers.
{- "title": {
- "pt": "Vale de oferta",
- "nl": "Cadeaubon",
- "de": "Geschenkgutschein",
- "es": "Bonos regalo",
- "ca": "Val de regal",
- "fr": "Bons cadeaux",
- "en": "Vouchers",
- "it": "Buono regalo"
}, - "subtitle": {
- "pt": null,
- "nl": null,
- "de": null,
- "es": null,
- "ca": null,
- "fr": "test",
- "en": null,
- "it": null
}, - "hero_image": null,
- "activated_destination_filter": false,
- "activated_universe_filter": false,
- "activated_price_filter": true,
- "activated_target_filter": true,
- "activated_theme_filter": true,
- "activated_environment_filter": true,
- "activated_offer_ordering_by_ranking": true,
- "validity_period": 365,
- "validity_period_unit": 1,
- "method_of_display": 1,
- "default_prototype_image": null
}
universes_list
Get all universes from all voucher prototypes of a partner.
Authorizations:
header Parameters
X-Partner-Domain | string Examples:
Partner's site domain (optional) |
Responses
Response samples
- 200
This is an example of Universe which has a sub-universe and a sub-sub-universe
[- {
- "id": 1,
- "name": {
- "pt": null,
- "nl": null,
- "de": null,
- "es": null,
- "ca": null,
- "fr": "Séjour",
- "en": "Stay",
- "it": null
}, - "order": 1,
- "sub_universes": [
- {
- "id": 2,
- "name": {
- "pt": null,
- "nl": null,
- "de": null,
- "es": null,
- "ca": null,
- "fr": "Insolite",
- "en": "Glamping",
- "it": null
}, - "order": null,
- "sub_universes": [
- {
- "id": 3,
- "name": {
- "pt": null,
- "nl": null,
- "de": null,
- "es": null,
- "ca": null,
- "fr": "Bateau",
- "en": "Boat",
- "it": null
}, - "order": null,
- "sub_universes": [ ]
}
]
}
]
}
]
voucher_prototypes_list
Returns a paginated list of voucher prototypes for the authenticated partner or marketplace.
Filters and ordering parameters are applied to the queryset. If the request comes from a
marketplace client, an additional field partners_count
is included in the response. This
field indicates the number of distinct affiliate partners associated with the full filtered
result set, before pagination is applied.
Authorizations:
query Parameters
active | boolean |
category | integer |
destination | string |
ordering | string Which field to use when ordering the results. |
page | integer A page number within the paginated result set. |
page_size | integer Number of results to return per page. |
partner | integer |
price_max | string or null <decimal> (Base price) ^-?\d{0,6}(?:\.\d{0,4})?$ Price per night or single usage/entry |
price_min | string or null <decimal> (Base price) ^-?\d{0,6}(?:\.\d{0,4})?$ Price per night or single usage/entry |
theme | Array of integers |
universe | Array of integers |
with_sub_universes | boolean If true, results will include voucher prototypes from selected universes and all their descendants. |
header Parameters
X-Partner-Domain | string Examples:
Partner's site domain (optional) |
Responses
Response samples
- 200
This is an example of Voucher Prototype object.
- Texts are in EN, FR and ES languages only.
- Prototype has no themes
- It's a prototype for Partner(id=1)
{- "count": 123,
- "results": [
- {
- "description": {
- "pt": "Fique por 2 em uma cabine flutuante com uma garrafa de champanhe",
- "nl": null,
- "de": null,
- "es": "Quédate por 2 en una cabaña flotante con una botella de champán",
- "ca": null,
- "fr": "Restez pour 2 dans une cabine flottante avec une bouteille de champagne",
- "en": "Stay for 2 in a floating cabin with a bottle of champagne",
- "it": null
}, - "display_max_capacity": true,
- "display_x_person": true,
- "id": 1000,
- "is_active": false,
- "is_highlight": false,
- "max_capacity": 10,
- "min_capacity": 1,
- "name": {
- "pt": "Pernoite a noite em uma cabine flutuante",
- "nl": null,
- "de": null,
- "es": "Pasar la noche en una cabaña flotante",
- "ca": null,
- "fr": "Nuitée en cabane flottante et champagne",
- "en": "Overnight stay in a floating cabin",
- "it": null
}, - "partner_city": "Bordeaux",
- "partner_department": "Gironde",
- "partner_id": 1,
- "partner_name": "Nom commercial",
- "partner_region": "Nouvelle-Aquitaine",
- "price": "420.00",
- "ranking": 1,
- "themes": [
- 8,
- 7
], - "universe": 42
}
], - "partners_count": 12
}
voucher_prototypes_retrieve
Authorizations:
path Parameters
id required | integer A unique integer value identifying this voucher's prototype. |
header Parameters
X-Partner-Domain | string Examples:
Partner's site domain (optional) |
Responses
Response samples
- 200
This is an example of Voucher Prototype object.
- Texts are in EN, FR and ES languages only.
- It's a prototype for Partner(id=1)
{- "booking_condition": {
- "pt": "É necessário efetuar uma reserva. Por favor, traga o seu vale de oferta aquando da reserva.\nO vale de oferta pode ser trocado 48 horas após a compra.",
- "nl": "Reserveren verplicht. Neem je cadeaubon mee als je reserveert.\nDe cadeaubon kan 48 uur na aankoop worden ingewisseld.",
- "de": "Reservierung erforderlich. Bitte bringen Sie Ihren Geschenkgutschein zur Reservierung mit.\nDer Geschenkgutschein kann 48 Stunden nach dem Kauf eingelöst werden.",
- "es": "Reserva obligatoria. Por favor traiga su bono regalo cuando venga.\nEl bono regalo se puede utilizar 48 horas después de la compra.",
- "ca": "Cal reserva. Si us plau, porteu el vostre xec regal quan feu la reserva.\nEl xec regal es pot utilitzar 48 hores després de la compra.",
- "fr": "Réservation obligatoire. Merci de vous munir de votre bon cadeau lors de votre venue.\nLe bon cadeau est utilisable 48h après achat.",
- "en": "Booking required. Please bring your voucher PDF with you when you come.\nThe voucher can be used 48 hours after purchase.",
- "it": "Prenotazione obbligatoria. Si prega di portare con sé il buono regalo al momento della prenotazione.\nIl buono regalo può essere utilizzato 48 ore dopo l'acquisto."
}, - "category": null,
- "delivery_options": {
- "activated_email_to_buyer": true,
- "activated_email_to_beneficiary_delivery": true,
- "activated_postal_mail_to_buyer": false,
- "activated_postal_mail_to_beneficiary_delivery": false,
- "postal_mail_shipping_cost": "0.00",
- "postal_mail_duration": 5,
- "activated_pickup_on_site_delivery": false,
- "pickup_on_site_duration": 24,
- "pickup_on_site_cost": null,
- "activated_3MA_to_buyer": false,
- "activated_3MA_to_beneficiary": false,
- "threema_delivery_cost": "7.50"
}, - "description": {
- "pt": "Fique por 2 em uma cabine flutuante com uma garrafa de champanhe",
- "nl": null,
- "de": null,
- "es": "Quédate por 2 en una cabaña flotante con una botella de champán",
- "ca": null,
- "fr": "Restez pour 2 dans une cabine flottante avec une bouteille de champagne",
- "en": "Stay for 2 in a floating cabin with a bottle of champagne",
- "it": null
}, - "display_max_capacity": true,
- "display_validity_period": true,
- "display_x_person": true,
- "id": 1000,
- "images": [
], - "is_active": false,
- "is_highlight": false,
- "last_active_day": null,
- "long_description": {
- "pt": null,
- "nl": null,
- "de": null,
- "es": null,
- "ca": null,
- "fr": null,
- "en": null,
- "it": null
}, - "long_description_admin": {
- "pt": null,
- "nl": null,
- "de": null,
- "es": null,
- "ca": null,
- "fr": null,
- "en": null,
- "it": null
}, - "max_capacity": 10,
- "min_capacity": 1,
- "name": {
- "pt": "Pernoite a noite em uma cabine flutuante",
- "nl": null,
- "de": null,
- "es": "Pasar la noche en una cabaña flotante",
- "ca": null,
- "fr": "Nuitée en cabane flottante et champagne",
- "en": "Overnight stay in a floating cabin",
- "it": null
}, - "partner_city": "Bordeaux",
- "partner_department": "Gironde",
- "partner_id": 1,
- "partner_name": "Nom commercial",
- "partner_region": "Nouvelle-Aquitaine",
- "price": "420.00",
- "price_scope": 1,
- "ranking": 1,
- "rent_conditions": {
- "pt": null,
- "nl": null,
- "de": null,
- "es": null,
- "ca": null,
- "fr": null,
- "en": null,
- "it": null
}, - "specific_validity_period": null,
- "type": "Standard",
- "themes": [
- 8,
- 7
], - "universe": 42
}
Voucher prototype options
Returns a paginated list of available options for a given voucher prototype. Includes a boolean field is_included
indicating whether each option is included in the prototype.
Authorizations:
path Parameters
id required | integer A unique integer value identifying this voucher's prototype. |
query Parameters
active | boolean If true, returns active options only. |
header Parameters
X-Partner-Domain | string Examples:
Partner's site domain (optional) |
Responses
Response samples
- 200
This is an example of Voucher Prototype Option object.
{- "count": 123,
- "results": [
- {
- "category": 10,
- "description": {
- "pt": null,
- "nl": null,
- "de": null,
- "es": null,
- "ca": null,
- "fr": "Description FR",
- "en": "Description EN",
- "it": null
}, - "id": 100,
- "is_active": true,
- "name": {
- "pt": null,
- "nl": null,
- "de": null,
- "es": null,
- "ca": null,
- "fr": "Name FR",
- "en": "Name EN",
- "it": null
}, - "price": 20.5,
- "ranking": 100,
- "is_included": false
}
], - "partners_count": 12
}
website_configuration_list
Get Partner's website configuration.
Authorizations:
query Parameters
fields | string Examples:
Fields to include in the response (comma-separated). When missing, all fields are included. |
header Parameters
X-Partner-Domain | string Examples:
Partner's site domain (optional) |
Responses
Response samples
- 200
This is an example of Partner configuration containing all possible fields.
amex
payments activated, but notbcmc
.- Only 3 languages (fr, en and es) are activated with French being partner's default language.
- The partner has workshops feature active, but C&C is not activated.
is_marketplace
is False, the partner isn't a marketplace.- All links are visible
cancel_and_refund
,about_us
,faq
andlegal_notice
should be handled by the client.terms_of_service
andprivacy
are external URLs.terms_of_service
is different for each country.
{- "activated_products": {
- "click_and_collect": {
- "enabled": false,
- "display": {
- "pt": "Click and Collect",
- "nl": "Click and Collect",
- "de": "Click and Collect",
- "es": "Click and Collect",
- "ca": "Click and Collect",
- "fr": "Click and Collect",
- "en": "Click and Collect",
- "it": "Click and Collect"
}
}, - "destinations": {
- "enabled": false,
- "display": {
- "pt": "Destinations",
- "nl": "Destinations",
- "de": "Destinations",
- "es": "Destinations",
- "ca": "Destinations",
- "fr": "Destinations",
- "en": "Destinations",
- "it": "Destinations"
}
}, - "ecommerce": {
- "enabled": false,
- "display": {
- "pt": "Ecommerce",
- "nl": "Ecommerce",
- "de": "Ecommerce",
- "es": "Ecommerce",
- "ca": "Ecommerce",
- "fr": "Ecommerce",
- "en": "Ecommerce",
- "it": "Ecommerce"
}
}, - "giftcards": {
- "enabled": false,
- "display": {
- "pt": "Giftcards",
- "nl": "Giftcards",
- "de": "Giftcards",
- "es": "Giftcards",
- "ca": "Giftcards",
- "fr": "Giftcards",
- "en": "Giftcards",
- "it": "Giftcards"
}
}, - "network_giftcards": {
- "enabled": false,
- "display": {
- "pt": "Network Giftcards",
- "nl": "Network Giftcards",
- "de": "Network Giftcards",
- "es": "Network Giftcards",
- "ca": "Network Giftcards",
- "fr": "Network Giftcards",
- "en": "Network Giftcards",
- "it": "Network Giftcards"
}
}, - "network_vouchers": {
- "enabled": false,
- "display": {
- "pt": "Network Vouchers",
- "nl": "Network Vouchers",
- "de": "Network Vouchers",
- "es": "Network Vouchers",
- "ca": "Network Vouchers",
- "fr": "Network Vouchers",
- "en": "Network Vouchers",
- "it": "Network Vouchers"
}
}, - "tickets": {
- "enabled": false,
- "display": {
- "pt": "Tickets",
- "nl": "Tickets",
- "de": "Tickets",
- "es": "Tickets",
- "ca": "Tickets",
- "fr": "Tickets",
- "en": "Tickets",
- "it": "Tickets"
}
}, - "vouchers": {
- "enabled": false,
- "display": {
- "pt": "Vouchers",
- "nl": "Vouchers",
- "de": "Vouchers",
- "es": "Vouchers",
- "ca": "Vouchers",
- "fr": "Vouchers",
- "en": "Vouchers",
- "it": "Vouchers"
}
}, - "workshops": {
- "enabled": true,
- "display": {
- "pt": "Talleres",
- "nl": "Workshops",
- "de": "Workshops",
- "es": "Talleres",
- "ca": "Tallers",
- "fr": "Ateliers",
- "en": "Workshops",
- "it": "Workshops"
}
}
}, - "contact": {
- "name": "Nom commercial",
- "address": "1200 Test Address",
- "phone_number": "123 456 897"
}, - "credit_card_providers": {
- "amex": {
- "display": {
- "pt": "American Express",
- "nl": "American Express",
- "de": "American Express",
- "es": "American Express",
- "ca": "American Express",
- "fr": "American Express",
- "en": "American Express",
- "it": "American Express"
}
}, - "bcmc": null,
- "cb": {
- "display": {
- "pt": "CB",
- "nl": "CB",
- "de": "CB",
- "es": "Tarjeta bancaria",
- "ca": "CB",
- "fr": "CB",
- "en": "CB",
- "it": "Carta bancaria"
}
}, - "mastercard": {
- "display": {
- "pt": "Mastercard",
- "nl": "Mastercard",
- "de": "Mastercard",
- "es": "Mastercard",
- "ca": "Mastercard",
- "fr": "Mastercard",
- "en": "Mastercard",
- "it": "MasterCard"
}
}, - "visa": {
- "display": {
- "pt": "Visa",
- "nl": "Visa",
- "de": "Visum",
- "es": "Visa",
- "ca": "Visa",
- "fr": "Visa",
- "en": "Visa",
- "it": "Visa"
}
}, - "mastercard_secure_code": {
- "display": {
- "pt": "Mastercard Secure Code",
- "nl": "Mastercard Secure Code",
- "de": "Mastercard Secure Code",
- "es": "Código Seguro Mastercard",
- "ca": "Mastercard Secure Code",
- "fr": "Code de sécurité Mastercard",
- "en": "Mastercard Secure Code",
- "it": "Codice di sicurezza Mastercard"
}
}, - "verified_by_visa": {
- "display": {
- "pt": "Verified by Visa",
- "nl": "Geverifieerd door Visa",
- "de": "Geprüft durch Visa",
- "es": "Verificado por Visa",
- "ca": "Verified by Visa",
- "fr": "Vérifié par Visa",
- "en": "Verified by Visa",
- "it": "Verificato da Visa"
}
}
}, - "languages": {
- "fr": {
- "display": {
- "pt": "Francês",
- "nl": "Frans",
- "de": "Französisch",
- "es": "Francés",
- "ca": "francès",
- "fr": "Français",
- "en": "French",
- "it": "Francese"
}, - "default": true
}, - "en": {
- "display": {
- "pt": "Inglês",
- "nl": "Engels",
- "de": "Englisch",
- "es": "Inglés",
- "ca": "anglès",
- "fr": "Anglais",
- "en": "English",
- "it": "Inglese"
}, - "default": false
}, - "es": {
- "display": {
- "pt": "Espanhol",
- "nl": "Spaans",
- "de": "Spanisch",
- "es": "Español",
- "ca": "espanyol",
- "fr": "Espagnol",
- "en": "Spanish",
- "it": "Spagnolo"
}, - "default": false
}, - "it": null,
- "de": null,
- "nl": null,
- "ca": null,
- "pt": null
}, - "links": {
- "about_us": {
- "show": true,
- "url": null
}, - "cancel_and_refund": {
- "show": true,
- "url": null
}, - "faq": {
- "show": true,
- "url": null
}, - "legal_notice": {
- "show": true,
- "url": null
}, - "my_gift": {
- "show": true,
- "url": null
}, - "terms_of_service": {
- "show": true,
- "url": {
- "pt": null,
- "nl": null,
- "de": null,
- "es": "www.test.tos.es",
- "ca": null,
- "fr": "www.test.tos.fr",
- "en": "www.test.tos.en",
- "it": null
}
}
}, - "images": {
- "hero_image": null,
- "logo_mm": null
}, - "style": {
- "main_color": "#1AB394"
}, - "seo": {
- "noindex": false
}, - "blocks": {
- "activate_trust_us_footer": true,
- "activate_trust_us_product_pages": true,
- "activate_trust_us_funnel": true
}, - "is_marketplace": false
}