---
title: "List all in-person products"
method: GET
path: "/in-person/products"
tags: ["In-Person Products"]
---

# List all in-person products

`GET /in-person/products`

List the products that are offered for in-person payments

## Query parameters

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

## Response `200`

The resource was retrieved successfully

- InPersonProducts
  - `items` InPersonProduct[]
    - `id` string — The Id of the product
    - `name` string — The name of the product/model
    - `status` 'Available' | 'Unavailable' — Whether the product is available for order placement.
    - `description` string — The description of the product/model
    - `details` object — A key-value dictionary of details of this product.
    - `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/revisions/778890ee7e72/schema)
