{ "operationId": "languages_getTexts", "method": "POST", "path": "/api/connector/v1/languages/getTexts", "summary": "Get language texts", "requestExamples": [ { "contentType": "application/json", "example": { "ClientToken": "E0D439EE522F44368DC78E1BFB03710C-D24FB11DBE31D4621C4817E028D9E1D", "AccessToken": "C66EF7B239D24632943D115EDE9CB810-EA00F8FD8294692C940F6B5A8F9453D", "Client": "Sample Client 1.0.0", "LanguageCodes": [ "en-US", "cs-CZ" ], "Scope": "" } } ], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "LanguageTexts": [ { "LanguageCode": "en-US", "Texts": { "Address": "Address", "AddressLine1": "Address line 1", "AddressLine2": "Address line 2", "AdultPlural": "Adults", "Apartment": "Apartment", "ApartmentPlural": "Apartments" } } ] } } ] }