Account & tenant
Verify the token and get the active company (tenant).
- Base URL:
https://api.aikount.com - Every call requires the header
Authorization: Bearer <token>(Authentication and API keys).
| Method | Path | What for | Parameters |
|---|---|---|---|
GET | /tenant | Get Tenant Legacy | — |
GET | /tenants/me | Get Tenant Me | — |
PATCH | /tenants/me | Patch Tenant Me | — |
DELETE | /tenants/me/logo | Delete Logo | — |
POST | /tenants/me/logo | Upload Logo | — |
Full detail (parameters, bodies and schemas) lives in OpenAPI/Swagger. Parameters marked
*are required.