Profile > Applications Passwords
List applications passwords
This endpoint allows you to retrieve all the application password of the current user.
get/2/profile/applications/passwords
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.