Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

On this page




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

GET /languages
[{
    "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.



  • No labels