---
title: "Fetches Vendors by search criteria"
method: POST
path: "/v1/vendors:search"
tags: ["external-vendors"]
---

# Fetches Vendors by search criteria

`POST /v1/vendors:search`

Retrieves a list of vendors with filters. Results are paginated.

## Query parameters

- `company_id` string, uuid, required — Pleo's internal identifier for the company the Vendor is associated with.
- `before` string
- `after` string
- `offset` integer
- `limit` integer
- `sorting_keys` string[]
- `sorting_order` PageOrder[]

## Response `200`

Fetches vendors by search criteria

---

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