---
title: "List all products owned by current account"
method: GET
path: "/api/v2/users/me/products"
tags: ["Products"]
---

# List all products owned by current account

`GET /api/v2/users/me/products`

**⚠️ G2 is currently restricting access to this endpoint.**
This endpoint shows subscription-specific product information, of
products that the current account has ownership of.

## Query parameters

- `page[size]` integer
- `page[after]` string
- `page[before]` string
- `fields[products]` string[]
- `include` string[]
- `filter[product_id][]` string[]
- `filter[slug][]` string[]

## Response `200`

With all fields and relationships

## Other responses

- `400` — with invalid request parameters
- `401` — Unauthenticated

## Changes

- **2026-08-12** `4eb7e23e2a6d` — 3 info
  - added the new optional `query` request parameter `page[after]`
  - added the new optional `query` request parameter `page[before]`
  - added the new optional `query` request parameter `page[size]`

[Change history](https://skmtc.dev/g2/apis/g2-api/changes/api/v2/users/me/products/get.md)

---

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