Tenants
Get a Tenant
GET
/
tenants
/
{tenant_id}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
A unique identifier representing the tenant to be returned.
Response
200 - application/json
Id of the tenant.
Name of the tenant.
Tenant's parent id (if any).
Defines the preferences used for the account when the user hasn't specified their own.
Arbitrary properties accessible to a template.
A user profile object merged with user profile on send.
Brand to be used for the account when one is not specified by the send call.