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
- Example
- Schema
{
"id": "demo",
"languages": ["de", "it", "en"],
"preferred_language": "de"
}
Attribute | Type | Description |
---|---|---|
id | string | The id (subdomain) of the business. |
languages | string[] | Array of available languages in ISO 639-1 code. |
preferred_language | string | The default language in ISO 639-1 code. |