Get my tenants
GET/v1/tenants/my
Get my tenants
Request
Responses
- 200
Content response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
tenants
object[]
account_id string
id string
image string
name string
private boolean
total number
{
"tenants": [
{
"account_id": "string",
"id": "string",
"image": "string",
"name": "string",
"private": true
}
],
"total": 0
}
Loading...