Profile > Applications Passwords
Display an application password
Returns a variety of information about a single application password specified by the requested unique identifier.
get/2/profile/applications/passwords/{password_id}
Path parameters
password_idinteger required
The unique identifier (ID) of the password to request.
Response
OK
Example response
{
"result": "success",
"data": {
"id": 1234,
"name": "My application",
"last_used_at": 1630929640
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.