Skip to main content

Show Business


GET services/api/v1/business

Returns the most important information about the business, like all all the available languages.

Response

The endpoint returns a list of all available languages for the business

{
"id": "demo",
"languages": ["de", "it", "en"],
"preferred_language": "de"
}