/

Entry point for accessing the Administration API

get

This is the main entry point into the Administration API

/tenant

Management of tenant resources

get

This is the entry point for the administration of your tenant and can be used to manage the companies within the tenant.

/tenant/companies

Management of company resources, e.g. listing or creating companies

get

Allows you to read all companies owned by the tenant.

post

Creates a company within the tenant.

/tenant/companies/{companyId}

Management of a specific company based on it's id

get

Allows you to get the information about a single company.