Miscellaneous
Sync your vault
POST /sync
Sync your safe.
Parameters: No parameters
Request URL examples:
https://domain.com
Get the status of the Bravura Safe CLI
GET /status
Get the current serverURL
, lastSync
, userEmail
, userID
, and status
of your Bravura Safe CLI client.
Parameters: No parameters
Request URL examples:
https://domain.com
Generate a password or passphrase
GET /generate
Generate a password or passphrase. By default, /generate
will generate a 14-character password with uppercase characters, lowercase characters, and numbers.
Parameters :
length
- Number of characters in the password.uppercase
- include uppercase characters in the password.lowercase
- Include lowercase characters in the password.number
- Include numbers in the password.special
- Include special characters in the password.passphrase
- Generate passphrase (by default, /generate will generate a password).words
- Number of words in the passphrase.separator
- Separator character in the passphrase.capitalize
- Title-case the passphrase.includeNumber
- Include numbers in the passphrase.
Request URL examples:
https://domain.com
Retrieve a JSON template for any object
GET /object/template/{type}
Retrieve a JSON template for any object, including safe items, sends, folders, and more. Templates can be used to guide you in creation of new objects.
Parameters:
type
- Available values : item, item.field, item.login, item.login.uri, item.card, item.identity, item.securenote, folder, collection, item-collections, org-collection
Request URL examples:
https://domain.com
Retrieve your fingerprint phrase
GET /object/fingerprint/me
Retrieve your fingerprint phrase.
Parameters: No parameters
Request URL examples:
https://domain.com