Languages

The languages endpoint returns all languages that are currently activated for the company identified by the current subdomain.

Attributes

Name Type Description
customer_languages list

read-only

customer languages primarily affect a customer’s preferred_language choice, which is limited to the customer languages enabled for the customer’s company

candidate_languages list

read-only

candidate languages primarily affect the choice of support_lang for a project, which needs to be set to an enabled candidate language

Object

/languages/

Methods

  • GET

Example response

{
  "customer_languages": ["en", "de", "de-x-informal"],
  "candidate_languages": ["en", "it", "es"]
}