---
title: "List all product paths"
method: GET
path: "/products"
tags: ["Products"]
---

# List all product paths

`GET /products`

Returns a list of all product path IDs.

## Response `200`

OK

- GetAllProducts
  - `action` string — The action performed by the API call.
  - `result` string — The result of the action (e.g., success or error).
  - `page` integer — The page number of results returned.
  - `limit` integer — The limit of how many objects were returned per page.
  - `nextPage` integer — The next page number of results returned.
  - `total` integer — The total number of product paths returned.
  - `products` string[] — List of product paths.

---

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