Get locales
Returns the locales of a business in ISO Code 2 or language_localization (eg. 'en' or 'en_US').
Path parameters
-
The unique identifier for the business.
GET /i/locales/{businessId}
curl \
-X GET https://api.trial.lsk.lightspeed.app/i/locales/454335871 \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
"en",
"es",
"de",
"fr"
]