| GET | /admin/tenants | List Tenants | detail → |
| POST | /admin/tenants | Create Tenant | detail → |
| GET | /admin/tenants/stats | Get All Tenant Statistics | detail → |
| DELETE | /admin/tenants/{tenant_id} | Delete Tenant | detail → |
| GET | /admin/tenants/{tenant_id} | Get Tenant Details | detail → |
| PUT | /admin/tenants/{tenant_id} | Update Tenant | detail → |
| POST | /admin/tenants/{tenant_id}/activate | Activate Tenant | detail → |
| GET | /admin/tenants/{tenant_id}/api-keys | List Tenant API Keys | detail → |
| POST | /admin/tenants/{tenant_id}/api-keys | Create Tenant API Key | detail → |
| DELETE | /admin/tenants/{tenant_id}/api-keys/{key_id} | Revoke Tenant API Key | detail → |
| POST | /admin/tenants/{tenant_id}/api-keys/{key_id}/rotate | Rotate Tenant API Key | detail → |
| GET | /admin/tenants/{tenant_id}/app-types | List Application Types | detail → |
| POST | /admin/tenants/{tenant_id}/app-types | Create Custom Application Type | detail → |
| DELETE | /admin/tenants/{tenant_id}/app-types/{type_id} | Delete Application Type | detail → |
| PUT | /admin/tenants/{tenant_id}/app-types/{type_id} | Update Application Type | detail → |
| GET | /admin/tenants/{tenant_id}/applications | List Applications | detail → |
| POST | /admin/tenants/{tenant_id}/applications | Create Application | detail → |
| DELETE | /admin/tenants/{tenant_id}/applications/{app_id} | Delete Application | detail → |
| GET | /admin/tenants/{tenant_id}/applications/{app_id} | Get Application Details | detail → |
| PUT | /admin/tenants/{tenant_id}/applications/{app_id} | Update Application | detail → |
| POST | /admin/tenants/{tenant_id}/applications/{app_id}/activate | Activate Application | detail → |
| GET | /admin/tenants/{tenant_id}/applications/{app_id}/members | List Application Members | detail → |
| POST | /admin/tenants/{tenant_id}/applications/{app_id}/members | Assign User Application Role | detail → |
| DELETE | /admin/tenants/{tenant_id}/applications/{app_id}/members/{role_id} | Revoke User Application Role | detail → |
| PUT | /admin/tenants/{tenant_id}/applications/{app_id}/members/{role_id} | Update User Application Role | detail → |
| GET | /admin/tenants/{tenant_id}/applications/{app_id}/roles | List Application Default Roles | detail → |
| POST | /admin/tenants/{tenant_id}/applications/{app_id}/roles | Create Application Default Role | detail → |
| DELETE | /admin/tenants/{tenant_id}/applications/{app_id}/roles/{role_id} | Delete Application Default Role | detail → |
| GET | /admin/tenants/{tenant_id}/applications/{app_id}/roles/{role_id} | Get Application Default Role | detail → |
| PUT | /admin/tenants/{tenant_id}/applications/{app_id}/roles/{role_id} | Update Application Default Role | detail → |
| POST | /admin/tenants/{tenant_id}/applications/{app_id}/suspend | Suspend Application | detail → |
| GET | /admin/tenants/{tenant_id}/auth-policy | Get Authentication Policy | detail → |
| PUT | /admin/tenants/{tenant_id}/auth-policy | Update Authentication Policy | detail → |
| GET | /admin/tenants/{tenant_id}/branding | Get Branding Configuration | detail → |
| PUT | /admin/tenants/{tenant_id}/branding | Update Branding Configuration | detail → |
| GET | /admin/tenants/{tenant_id}/data-classification | Query Tenant Data Classification and Grading | detail → |
| POST | /admin/tenants/{tenant_id}/data-classification | Update tenant data classification and grading | detail → |
| GET | /admin/tenants/{tenant_id}/departments | List departments | detail → |
| POST | /admin/tenants/{tenant_id}/departments | Create department | detail → |
| DELETE | /admin/tenants/{tenant_id}/departments/{dept_id} | Delete department | detail → |
| PUT | /admin/tenants/{tenant_id}/departments/{dept_id} | Update department | detail → |
| GET | /admin/tenants/{tenant_id}/domains | List domains | detail → |
| POST | /admin/tenants/{tenant_id}/domains | Add domain | detail → |
| DELETE | /admin/tenants/{tenant_id}/domains/{domain} | Delete domain | detail → |
| GET | /admin/tenants/{tenant_id}/invitation-config | Get invitation configuration | detail → |
| PUT | /admin/tenants/{tenant_id}/invitation-config | Update invitation configuration | detail → |
| GET | /admin/tenants/{tenant_id}/invitations | List invitations | detail → |
| DELETE | /admin/tenants/{tenant_id}/invitations/{invite_id} | Delete invitation | detail → |
| POST | /admin/tenants/{tenant_id}/invitations/{invite_id}/resend | Resend invitation | detail → |
| POST | /admin/tenants/{tenant_id}/invitations/{invite_id}/revoke | Revoke invitation | detail → |
| GET | /admin/tenants/{tenant_id}/members | List members | detail → |
| POST | /admin/tenants/{tenant_id}/members | Add member | detail → |
| POST | /admin/tenants/{tenant_id}/members/batch-approve | Batch approve members | detail → |
| POST | /admin/tenants/{tenant_id}/members/bulk-import | Batch import members | detail → |
| POST | /admin/tenants/{tenant_id}/members/invite | Invite member | detail → |
| GET | /admin/tenants/{tenant_id}/members/pending | List pending members | detail → |
| DELETE | /admin/tenants/{tenant_id}/members/{member_id} | Remove member | detail → |
| PUT | /admin/tenants/{tenant_id}/members/{member_id} | Update member | detail → |
| POST | /admin/tenants/{tenant_id}/members/{member_id}/approve | Approve member | detail → |
| POST | /admin/tenants/{tenant_id}/members/{member_id}/reject | Reject member | detail → |
| GET | /admin/tenants/{tenant_id}/minors-protection | Get minor protection configuration | detail → |
| PUT | /admin/tenants/{tenant_id}/minors-protection | Update minor protection configuration | detail → |
| GET | /admin/tenants/{tenant_id}/org-chart | Get organization chart | detail → |
| POST | /admin/tenants/{tenant_id}/org-chart | Update organization chart | detail → |
| GET | /admin/tenants/{tenant_id}/quota | Get resource quota | detail → |
| PUT | /admin/tenants/{tenant_id}/quota | Update resource quota | detail → |
| GET | /admin/tenants/{tenant_id}/security-policy | Get security policy | detail → |
| PUT | /admin/tenants/{tenant_id}/security-policy | Update security policy | detail → |
| GET | /admin/tenants/{tenant_id}/statistics | Get tenant statistics overview | detail → |
| POST | /admin/tenants/{tenant_id}/suspend | Suspend tenant | detail → |
| GET | /admin/tenants/{tenant_id}/webhooks | List webhooks | detail → |
| POST | /admin/tenants/{tenant_id}/webhooks | Create webhook | detail → |
| DELETE | /admin/tenants/{tenant_id}/webhooks/{hook_id} | Delete Webhook | detail → |
| GET | /admin/tenants/{tenant_id}/webhooks/{hook_id} | Get webhook details | detail → |
| PUT | /admin/tenants/{tenant_id}/webhooks/{hook_id} | Update Webhook | detail → |
| GET | /admin/tenants/{tenant_id}/webhooks/{hook_id}/deliveries | List Webhook Deliveries | detail → |
| GET | /admin/tenants/{tenant_id}/webhooks/{hook_id}/deliveries/{delivery_id} | Get Delivery Details | detail → |
| POST | /admin/tenants/{tenant_id}/webhooks/{hook_id}/deliveries/{delivery_id}/retry | Retry Delivery | detail → |
| POST | /admin/tenants/{tenant_id}/webhooks/{hook_id}/rotate-secret | Rotate Signing Key | detail → |
| GET | /admin/tenants/{tenant_id}/webhooks/{hook_id}/stats | Get Webhook Delivery Statistics | detail → |
| POST | /admin/tenants/{tenant_id}/webhooks/{hook_id}/test | Test Webhook | detail → |
| GET | /admin/webhooks/event-types | List Available Event Types | detail → |
| GET | /admin/webhooks/event-types/{event}/schema | Get Event Schema | detail → |
| GET | /internal/tenant/by-domain/{domain} | Get Tenant by Domain | detail → |
| GET | /internal/tenant/by-name/{name} | Get Tenant by Name | detail → |
| GET | /internal/tenant/{tenant_id}/check-quota | Check Quota Usage | detail → |
| POST | /invitations/{token}/accept | Accept Invitation | detail → |
| GET | /tenant/public/tenants | Public Tenant List | detail → |
| GET | /tenant/public/tenants/{slug} | Public Tenant Details | detail → |
| GET | /users/{user_id}/applications | Get User Accessible Applications | detail → |
| GET | /users/{user_id}/tenants | Get User's Tenants | detail → |