Complete API documentation for developers
All API requests require authentication using API keys or OAuth 2.0.
Authorization: Bearer YOUR_API_KEY
List all tenants for the authenticated user.
{
"tenants": [
{
"id": 1,
"name": "My Company",
"subdomain": "mycompany",
"status": "active"
}
]
}
For complete API documentation with interactive examples, visit our developer portal.
Developer Portal