Tenant
Get a tenant
GET
/
tenants
/
{id}
Authorizations
Authorization
string
headerrequiredValue for the Authorization header parameter.
Path Parameters
id
string
requiredTenant identifier
Response
200 - application/json
name
string
requiredThe name of the tenant
Required string length:
2 - 255
legalCompanyName
string
requiredcommercialRegister
string | null
requiredcommercialRegisterNumber
string | null
requiredid
string
username
string
vatNumber
string | null
owner
object
city
string
zip
string
street
string
housenumber
string
countryCode
string
website
string | null
phone
string | null
email
string
ceo
string | null
iban
string
The IBAN will be displayed on the invoice
environment
enum<string>
Available options:
sandbox
, production
appearance
object
documentSettings
object
timeZone
string
default: Europe/BerlinIANA time zone
readOnlyCustomers
boolean
If true, customers are read-only in the frontend
createdAt
string
The date and time when the resource was created.
updatedAt
string
The date and time when the resource was last updated.
Was this page helpful?