-
Notifications
You must be signed in to change notification settings - Fork 45
Service Api
Marius David Wieschollek edited this page Feb 4, 2024
·
12 revisions
The service api provides access to general services provided by the Passwords app.
Endpoint | Url | Methods | Description |
---|---|---|---|
password | /api/1.0/service/password |
GET & POST | Generates a password |
avatar | /api/1.0/service/avatar/{user}/{size} |
GET | Returns the avatar image for a user |
favicon | /api/1.0/service/favicon/{domain}/{size} |
GET | Returns a favicon image for a domain |
preview | /api/1.0/service/preview/{domain}/{view}/{width}/{height} |
GET | Returns a preview image for a domain |
hashes | /service/hashes/{range} |
GET & POST | Returns breached hashes for the given range |
password-change | /api/1.0/service/password-change |
POST | Find the url of the password change page for a domain |