vaults
Add Credentials
Add credentials to the vault for a specific url
Only the root domain of the url is matching against the credentials. I.e
url = "https://www.github.com/login"
will be used to match any request for *.github.com/*
(subdomains are also matching).
Note: credentials are encrypted and only you can access them.
Credentials include:
- username: if no email defined
- email: if no username defined
- password: the password to store
- mfa_secret: optional, the mfa secret to store
Returns:
status
: status of the created credentials (one ofsuccess
,error
)
POST
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Body
application/json
Response
200
application/json
Successful Response
The response is of type object
.