Multi Level Tenancy API#

MLT has brought several unic endpoints, but in general, it uses same endoints.
To call API for subtnenant, you should add query parameter:
subTenantCompanyGlobalId=global id of subtenant company

Where MLT was implemented:


Beside that, there are endpoints for:

  • Get subtenants of company
  • Get sim cards of tenant itself and subtenants

Get subtenants of company#

Endpoint: GET /tenant/companies

Response payload

Response is array of subtenants Company objects


Get sim cards of tenant itself and subtenants#

Endpoint: GET /simcards/subtenants

Response payload

Returns Page(Simcard)