List Languages
GET {{baseUrl}}/languages
This endpoint allows you to fetch a list of languages related to your Salla Store.
OAuth Scopes
metadata.read
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"status":200,"success":true,"data":[{"id":1,"name":"العربية","status":"enabled","rtl":true,"flag":"https://i.ibb.co/jyqRQfQ/avatar-male.webp","iso_code":"ar","country_code":"sa"},{"id":2,"name":"English","status":"disabled","rtl":false,"flag":"https://i.ibb.co/jyqRQfQ/avatar-male.webp","iso_code":"en","country_code":"gb"},{"id":13,"name":"français","status":"disabled","rtl":false,"flag":"https://i.ibb.co/jyqRQfQ/avatar-male.webp","iso_code":"fr","country_code":"fr"}]}