---
title: "List suppliers"
method: GET
path: "/suppliers"
tags: ["Suppliers"]
---

# List suppliers

`GET /suppliers`

Get a list of suppliers

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

Get a list of suppliers

- object
  - `data` Supplier[]
    - `uuid` string — Unique ID of supplier
    - `supplier_id` integer — ID of supplier. It's a reference created once a supplier accepts the invitation
    - `name` string — Name of the supplier
    - `email` string — Email of the supplier
    - `verified` boolean — Whether the supplier is verified or not
  - `pagination` Pagination — Pagination object
    - `total_count` integer — Total number of leads
    - `page` integer — Current page number where the lead is found
    - `per_page` integer — How many lead are per page (default: 25)
    - `total_pages` integer — Total number of pages
    - `has_previous` boolean — Whether the previous page is there or not
    - `has_next` boolean — Whether the next page is there or not

---

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