---
title: "List applications passwords"
method: GET
path: "/2/profile/applications/passwords"
tags: ["Profile > Applications Passwords"]
---

# List applications passwords

`GET /2/profile/applications/passwords`

This endpoint allows you to retrieve all the application password of the current user.

## Response `200`

OK

- object
  - `result` 'success' | 'error' | 'asynchronous', required — Result of the HTTP request
  - `data` 087adaadPartialUserapplicationpassword[]
    - `id` integer, required — Unique identifier of the resource `(partial) User application password`
    - `name` string, required — Name of the resource `(partial) User application password`
    - `last_used_at` integer, nullable, required

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[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)
