Tenant Query

The GET /tenant method must be used to query the tenants configured for the enterprise group.

Response example:

{
  "data": [
    {
      "tenant_id": "40fd1445-5fac-49c7-8686-d1f30201c529",
      "tenant_name": "Ledgera Software LTD"    
    }
  ]
}

Last updated