Skip to main content
GET
List tenants

Authorizations

Authorization
string
header
required

An API key from your Devic console, sent as Authorization: Bearer <key>. An embedded front end sends a tenant-session token instead, so no API key reaches the browser, and an OAuth integration sends its access token. Missing, invalid or expired credentials get a 401. See Authentication.

Query Parameters

Case-insensitive match on tenantId, displayName, email or domain

limit
integer

Max items (default 50, capped at 200)

skip
integer

Items to skip (pagination)

Response

List of tenants

items
object[]
total
integer