Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Anchor
topOfPage
topOfPage
The Languages API is used to access the different languages available on your business' account.


Info
titleOn this page

Table of Contents





Languages API Endpoints


These are the endpoints that are available under the /languages path, which lists all the different languages that are available on your business' account.

Endpoint

Description

GET /languages

Returns a list of all available languages. 





Languages API Parameters

There are no parameters included with languages calls.




Languages API Responses


Code Block
languagejs
titleGET /languages
linenumberstrue
collapsetrue
[{
    "languageCode": "en",
    "name": "English"
}]





Languages Object Values


NameTypeDescription
languageCodestringDisplays as the 2-letter code used to signify the specified language.
namestringDisplays as the name of the specified language.