---
title: "Add an application password"
method: POST
path: "/2/profile/applications/passwords"
tags: ["Profile > Applications Passwords"]
---

# Add an application password

`POST /2/profile/applications/passwords`

Add a profile specific password
Warning: password given in response cannot be retrieved later, so store / show it immediately

## Response `201`

Created

- object
  - `result` 'success' | 'error' | 'asynchronous', required — Result of the HTTP request
  - `data` 087adaadUserapplicationpassword
    - `id` integer, required — Unique identifier of the resource `User application password`
    - `name` string, required — Name of the resource `User application password`
    - `last_used_at` integer, nullable, required
    - `password` string — Only available when you store it.

## Other responses

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