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

# List account's products

`GET /1/accounts/{account_id}/products`

List products of an account.

## Path parameters

- `account_id` integer, required

## 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}`
  - `service_id` 1 | 2 | 3 | 4 | 6 | 7 | 8 | 14 | 15 | 17 | 18 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 31 | 33 | 34 | 35 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 48 | 50 | 51 | 52 | 54 | 55 | 57 | 58 | 59 | 60 | 61 | 62 — Unique identifier of the `service` that is related to 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)
