API

Welcome to the PasswordToolbox API documentation. We have created a simple, but comprehensive API which provides you with full control over your passwords.

Tools

GET /api/v1/generatePassword
Generate a random password
GET /api/v1/generatePhonetic
Convert any phrase to phonetics
GET /api/v1/version
Gets the application version

Entries

GET /api/v1/secure/entries
Gets an array of entries
GET /api/v1/secure/entries/{id}
Get a single entry
PUT /api/v1/secure/entries/{id}
Create or update a single entry
DELETE /api/v1/secure/entries/{id}
Delete a single entry

Document

GET /api/v1/secure/document
Gets the user's document
PUT /api/v1/secure/document
Updates the user's document