Language

Last modified by Shop Team on 2023/02/13 22:56


Method

URL

Example

GET

/api/v1/languages/<languageId>


Allows to look up iso code and localized name of the language your shop is in.


Example Payload
{
  "href" : "https://api.spreadshirt.net/api/v1/languages/1",
  "id" : "1",
  "isoCode" : "de",
  "name" : "Deutsch"
}


Tags: