Skip to content

List backend-admin tenant accounts​

GET
/admin/api/accounts

Returns one row per tenant. Requires a backend-admin session.

Authorizations​

AdminSession

Authenticated backend-admin session cookie.

Type
API Key (cookie: connect.sid)

Parameters​

Query Parameters

status
Type
string
Valid values
"active""inactive"
Default
"active"
page
Type
integer
Minimum
1
Default
1

Responses​

Paginated tenant accounts

application/json
JSON
{
  
"accounts": [
  
],
  
"total": 0,
  
"page": 0,
  
"pages": 0,
  
"status": "string"
}

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI