---
title: "GET /company-products"
method: GET
path: "/company-products"
tags: ["CompanyProduct"]
---

# GET /company-products

`GET /company-products`

## Get company-products
 Get all companiesProducs  belonging to a company where the user is a member

## Query parameters

- `authorization` string, required

## Response `200`

Array of CompanyProduct model instances

- object[]
  - `id` number
  - `companyId` number
  - `balance` number
  - `createdAt` string
  - `updatedAt` string
  - `active` boolean
  - `product` object
    - `id` number
    - `name` string
    - `description` string
    - `createdAt` string
    - `countryId` number

---

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