> For the complete documentation index, see [llms.txt](https://elyssa-app.gitbook.io/api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://elyssa-app.gitbook.io/api-docs/company.md).

# Company

### Company detail info

<mark style="color:blue;">`GET`</mark> `{{url_base}}/Companies/info`

Get authenticated company information.

{% tabs %}
{% tab title="200: OK Properties" %}

```json
{
  "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
    }
  }
}
```

{% endtab %}

{% tab title="400: Bad Request " %}

```json
{
  "success": false,
  "error": {
    "code": "string",
    "message": "string",
    "details": "string",
    "field": "string"
  },
  "timestamp": "2026-02-06T18:36:21.561Z"
}
```

{% endtab %}

{% tab title="404: Not Found " %}

```json
 {
  "success": false,
  "error": {
    "code": "string",
    "message": "string",
    "details": "string",
    "field": "string"
  },
  "timestamp": "2026-02-06T18:36:21.561Z"
}
```

{% endtab %}
{% endtabs %}
