Profile > Applications Passwords

Add an application password

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

post/2/profile/applications/passwords

Response

Created

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success",
  "data": {
    "id": 1234,
    "name": "My application",
    "last_used_at": 1630929640,
    "password": "aaaabbbbccccdddd"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.