API Reference

Complete API documentation for developers

Authentication

All API requests require authentication using API keys or OAuth 2.0.

Authorization: Bearer YOUR_API_KEY

Tenants API

GET /api/tenants

List all tenants for the authenticated user.

{
  "tenants": [
    {
      "id": 1,
      "name": "My Company",
      "subdomain": "mycompany",
      "status": "active"
    }
  ]
}

Need More Details?

For complete API documentation with interactive examples, visit our developer portal.

Developer Portal