---
title: "Get all payee locations"
method: GET
path: "/plans/{plan_id}/payee_locations"
tags: ["Payee Locations"]
---

# Get all payee locations

`GET /plans/{plan_id}/payee_locations`

Returns all payee locations

## Path parameters

- `plan_id` string, required

## Response `200`

The list of payee locations

- PayeeLocationsResponse
  - `data` object, required
    - `payee_locations` PayeeLocation[], required
      - `id` string, uuid, required
      - `payee_id` string, uuid, required
      - `latitude` string, required
      - `longitude` string, required
      - `deleted` boolean, required — Whether or not the payee location has been deleted. Deleted payee locations will only be included in delta requests.

## Other responses

- `404` — No payees locations were found

---

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