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>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.cxconnect.ai/llms.txt

Use this file to discover all available pages before exploring further.

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