Retrieve supported locales
- Proposal service
- Services
- 1 route
How do I list the locales supported by the API?
This scenario explains how to retrieve the list of locales supported by the API so you can drive language and regional behavior in your application.
It is useful for locale selectors, validation rules, and synchronization between frontend and backend.
Overview
This journey relies on a single route that returns the locales currently supported by Club Med APIs. You can reuse the result to populate selectors, validate inputs, or configure localized content.
Prerequisites
- No functional prerequisite is required.
- Plan to cache the returned locale codes if they are reused across several journeys.
1
List supported locales
Optional
GET/v0/locales
S