Skip to main content
GET
/
language
/
translate
/
locales
/
supported
Translate Locales supported
curl --request GET \
  --url https://test.api.cxconnect.ai/language/translate/locales/supported \
  --header 'Authorization: Bearer <token>'
{
  "supported": true,
  "services": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

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

Response

Successful locale result

supported
boolean
services
string[]
I