Company

Retrieve company information.

Company detail info

GET /v1/companies/info

Get authenticated company information.

{
  "success": true,
  "timestamp": "2026-02-06T19:07:18.197Z",
  "data": {
    "companyId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "businessName": "string",
    "nit": "string",
    "email": "string",
    "createdAt": "2026-02-06T19:07:18.197Z",
    "activeUsers": 0,
    "activeProperties": 0,
    "plan": {
      "name": "string",
      "type": 0
    }
  }
}

Last updated