Skip to main content
GET
/
language
/
locales
Locales
curl --request GET \
  --url https://test.api.cxconnect.ai/language/locales \
  --header 'Authorization: Bearer <token>'
[
  {
    "tag": "<string>",
    "name": "<string>",
    "region": {
      "tag": "<string>",
      "name": "<string>"
    },
    "script": {
      "tag": "<string>",
      "name": "<string>"
    },
    "base": "<string>",
    "parent": "<string>"
  }
]

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

tag
string

BCP47 locale tag

loc
string

localize to the provided locale

Response

Successful locales response

tag
string
name
string
region
object
script
object
base
string
parent
string
I