---
title: "Get merchants by CNPJ list"
method: GET
path: "/merchants"
tags: ["Merchant"]
---

# Get merchants by CNPJ list

`GET /merchants`

Retrieves merchant information for a list of CNPJs. Returns an object containing found merchants, valid CNPJs that were not found, and invalid CNPJs.

## Query parameters

- `cnpjs` string

## Response `200`

Merchant query results

- object
  - `foundMerchants` Merchant[], required — List of merchants found for the provided CNPJs
    - `name` string — Merchants name
    - `businessName` string — Merchant legal business name
    - `cnpj` string — Document number related to the merchant
    - `cnae` string — Economic activity classification number related to the merchant
  - `notFoundMerchants` string[], required — List of valid CNPJs that were not found in the merchant database
  - `invalidCnpjs` string[], required — List of invalid CNPJ values provided

---

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