---
title: "List all products"
method: GET
path: "/v3/me/products"
tags: ["Profile"]
---

# List all products

`GET /v3/me/products`

Returns a list of products which are associated with the currently authenticated user.

## Query parameters

- `page` integer
- `limit` integer
- `sort` string

## Response `200`

OK

- ProfileProductDto[]
  - `id` string, required
  - `displayName` string, required
  - `iconUrl` string, nullable
  - `description` string, required
  - `releasePlatforms` string[], required
  - `releaseChannels` string[], required
  - `latestReleaseDate` string, date-time, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests
- `500` — Server Error

---

[API](https://skmtc.net/cryptlex/apis/cryptlex-web-api.md) · [All operations](https://skmtc.net/cryptlex/apis/cryptlex-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cryptlex/cryptlex-web-api/revisions/ec1259c12475/schema)
