cURL
curl --request GET \ --url https://test.api.cxconnect.ai/language/locale/{tag} \ --header 'Authorization: Bearer <token>'
{ "tag": "<string>", "name": "<string>", "region": { "tag": "<string>", "name": "<string>" }, "script": { "tag": "<string>", "name": "<string>" }, "base": "<string>", "parent": "<string>" }
The locale endpoint returns information on a specific locale
The access token received from the authorization server in the OAuth 2.0 flow.
BCP47 locale tag
Successful locales response
Show child attributes
Was this page helpful?