Skip to main content
GET
/
language
/
translate
/
locales
Translate Locales
curl --request GET \
  --url https://test.api.cxconnect.ai/language/translate/locales \
  --header 'Authorization: Bearer <token>'
{
  "source": [
    {
      "name": "<string>",
      "tag": "<string>",
      "services": [
        "<string>"
      ]
    }
  ],
  "target": [
    {
      "name": "<string>",
      "tag": "<string>",
      "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

source
object[]
target
object[]
I