---
title: "List current account's products"
method: GET
path: "/1/accounts/current/products"
tags: ["User Management > Accounts"]
---

# List current account's products

`GET /1/accounts/current/products`

List products of user current account

## Query parameters

- `with` string
- `filter` object
  - `customer_name` string — Customer name of the resource `{name}`
  - `internal_name` string
  - `name` string — Name of the resource `{name}`
  - `excluded_service_ids` integer[]
  - `expirations` string[]
  - `service_ids` integer[]
  - `service_names` string[]
  - `tags` integer[]

## Response `200`

OK

- object
  - `result` 'success' | 'error' | 'asynchronous', required — Result of the HTTP request
  - `data` string

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/667aae28fec6/schema)
