Get locales

GET /i/locales/{businessId}

Returns the locales of a business in ISO Code 2 or language_localization (eg. 'en' or 'en_US').

Path parameters

  • businessId integer(int64) Required

    The unique identifier for the business.

Responses

  • 200 application/json

    Locales

    A list of locales.

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"
]