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






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


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