Skip to main content

Supported Languages​

deprecated

This endpoint has been deprecated and may be removed in future versions of the API.

Use GetSupportedLanguages on the admin service instead.

Responses

A successful response.


Schema
    languages string[]
GET /languages

Authorization

name: OAuth2type: oauth2scopes: openidflows: {
  "authorizationCode": {
    "authorizationUrl": "$CUSTOM-DOMAIN/oauth/v2/authorize",
    "tokenUrl": "$CUSTOM-DOMAIN/oauth/v2/token",
    "scopes": {
      "openid": "openid"
    }
  }
}

Request

Base URL
https://$CUSTOM-DOMAIN/auth/v1
Bearer Token
Accept
curl / cURL
curl -L -X GET 'https://$CUSTOM-DOMAIN/auth/v1/languages' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'