Look Up Datas | SaaS API Finance Currency Address Country
close

Documentation

2. Endpoints > 2.1. Address


2.1.10. Language

Base URL:
  https://api.lookupdatas.com

To Get [TOKEN] go to 1.1. Token


Request - getall:
  curl 
  --location '[BASEURL]/addressmanagement/api/language/getall' 
  --header 'Authorization: Bearer [TOKEN]'
                    
Response - getall:
  {
    "header": {
        "globalId": "a72437a8-54b5-48c7-a48a-0abc1ed529de",
        "isSuccess": true,
        "message": null
    },
    "body": [
        {
            "id": "001a3e9a-7cdb-4709-a3de-b0616f2fe015",
            "name": "English (Trinidad and Tobago)",
            "languageCulture": "en-TT",
            "uniqueSeoCode": null,
            "rtl": false
        },
        {
            "id": "018d723d-f92e-4dc3-86b1-1a4951f10c00",
            "name": "Aymara",
            "languageCulture": "NONE",
            "uniqueSeoCode": null,
            "rtl": false
        }
    ]
}

Request - getbyid:
  curl 
  --location '[BASEURL]/addressmanagement/api/language/getbyid?id=32e5e1d0-6f2c-4c4d-9a69-6797a76244df' 
  --header 'Authorization: Bearer [TOKEN]'