Operations with languages

Operations with languages - GET

Get all languages from your store
GET /odata/language

Request Type: GET

Enter the request URL: http://StoreURL/odata/language

Auth type: Bearer Token - paste the token generated in the previous steps

Get language by ID
GET /odata/language('id')

Request Type: GET

Enter the request URL: http://StoreURL/odata/language('id')

Auth type: Bearer Token - paste the token generated in the previous steps