cURL
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>" } ]
The locales endpoint returns an array of all known locale data
The access token received from the authorization server in the OAuth 2.0 flow.
BCP47 locale tag
localize to the provided locale
Successful locales response
Show child attributes
Was this page helpful?