---
title: "GET /companies"
method: GET
path: "/companies"
tags: ["Company"]
---

# GET /companies

`GET /companies`

## Get companies
 Get all companies available where the user is associated

## Query parameters

- `authorization` string, required

## Response `200`

Array of Company model instances

- object[]
  - `id` number
  - `name` string
  - `countryId` number
  - `documentNumber` string
  - `documentTypeId` number
  - `stateCompany` string
  - `stateStudyCompany` string
  - `createdAt` string
  - `updatedAt` string
  - `isActive` boolean

---

[API](https://skmtc.net/loopay/apis/loopay-api.md) · [All operations](https://skmtc.net/loopay/apis/loopay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loopay/loopay-api/versions/2f7c6537d598/schema)
