Skip to main content
GET
/
v1
/
account
/
tenants
Get user's tenants
curl --request GET \
  --url https://dev.flextell.ai/api/v1/account/tenants \
  --header 'Authorization: Bearer <token>'
{
  "success": "<string>",
  "data": [
    {
      "id": 123,
      "name": "<string>",
      "slug": "<string>",
      "avatar_url": "<string>",
      "is_active": true
    }
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

success
string
required
data
AccountTenantResource · object[]
required