cURL
curl --request GET \ --url https://test.api.cxconnect.ai/language/translate/locales/supported \ --header 'Authorization: Bearer <token>'
{ "supported": true, "services": [ "<string>" ] }
Returns a result to indicate if the provided source and target languages are supported for translation.
The access token received from the authorization server in the OAuth 2.0 flow.
Successful locale result
Was this page helpful?