v1

latestOpenAPI 3.0.02026-07-1791013.3 KB
Passwords

Get passwords list

Get passwords list

get/passwords/

Query parameters

searchstring

Query parameter to search for a password profile by site. If password profile site contains search, the password profiles matching are returned.

Response

successful operation

countinteger

Password items count

previousinteger

Previous page

nextinteger

Next page

Example response

{
  "count": 1,
  "results": [
    {
      "login": "user@example.com",
      "site": "example.com"
    }
  ]
}