Skip to content

List and search tenants

List all tenants:

GET /api/v2/tenants.json

Example of response:

{
    "next_url": null,
    "tenants": [{
        “tenant_id”:         “156340bf-8b47-21e4-95a4-e03f497dbd44”,
        “name”:              “Acme”
    },{
        “tenant_id”:         “156340bf-8b47-21e4-95a4-e03f497dbd44”,
        “name”:              “Flexus”
    }]
}

See also Paging through collections

Search tenants:

  • Search by tenant name

    GET /api/v2/tenants.json?search_term=acme