---
title: "List in-person locations"
method: GET
path: "/in-person/locations"
tags: ["In-Person Locations"]
---

# List in-person locations

`GET /in-person/locations`

Fetches an paginated list of in-person locations

## Query parameters

- `ascending` boolean
- `limit` integer
- `startsAfter` string

## Headers

- `Account` string

## Response `200`

The resource was retrieved successfully

- InPersonLocations
  - `items` InPersonLocation[]
    - `id` string — The unique Id of the location
    - `name` string — Your name for the location. This can be used for display purposes.
    - `address` InPersonLocationAddress
      - `lineOne` string — First line of the address
      - `lineTwo` string, nullable — Second line of the address
      - `city` string — The address city/town
      - `country` string — The two-character ISO country code
      - `postalCode` string — The postal code/zip of the address
      - `region` string — The state/county/province/region Required if the address is in the US/Canada and must be a 2-character ISO state/province code
    - `geoCoordinates` GeoCoordinates, nullable
      - `latitude` number, double
      - `longitude` number, double
    - `metadata` object — Your own custom key-value data for this object. These will be sent with any associated events on your webhooks. You can have a maximum of 10 pieces of metadata. Keys must be between 1 and 30 characters in length. Values must be between 1 and 250 characters in length.
    - `createdTimestamp` integer — The epoch timestamp (seconds) when the object was created
    - `lastUpdatedTimestamp` integer — The epoch timestamp (seconds) when the object was last updated
  - `paginationToken` string, nullable — A token to use for getting the next page of results - send the same request with this value in the 'paginationToken' query parameter. This field is null when there are no further items to return

## Other responses

- `400` — One or more inputs are invalid
- `500` — An unexpected error occurred when executing this request

---

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