---
title: "Display an application password"
method: GET
path: "/2/profile/applications/passwords/{password_id}"
tags: ["Profile > Applications Passwords"]
---

# Display an application password

`GET /2/profile/applications/passwords/{password_id}`

Returns a variety of information about a single application password specified by the requested unique identifier.

## Path parameters

- `password_id` integer, required

## 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/158a854b0c7d/schema)
