---
title: "Get all Porters in account"
method: GET
path: "/porters"
tags: ["porters"]
---

# Get all Porters in account

`GET /porters`

## Response `200`

Success

- Porter[]
  - `id` string
  - `short_id` string
  - `name` string
  - `location` string
  - `phv` integer
  - `pmi` integer
  - `interaction_count` integer
  - `interacted_at` integer
  - `created_at` integer
  - `updated_at` integer

## Other responses

- `401` — Authentication Error
- `422` — Unprocessable Entity

---

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