Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
Anonymous
5 years agoIs it possible to get "one time" codes via 1Password Secrets Automation?
Hi.
Is it possible to get "one-time"(one type password) codes via 1Password Secrets Automation?
1Password Version: Not Provided
Extension Version: Not Provided
OS Version: Not Provided ...
Anonymous
5 years agoHey dongovor,
Great news! We just released 1Password Connect 1.4.0, which supports getting one-time passwords.
1Password Connect is the server that provides a REST API which can be used to securely access data from your 1Password account.
When you get an item now (e.g. making an API call with curl), for one-time password type fields, you will get something like this:
json
{
"id": "TOTP_xpndftapcpmvzwdt9t1na04ps7",
"section": {
"id": "Section_wy361kgrkplgqnjawu5h7u9935"
},
"type": "OTP",
"label": "one-time password",
"value": "otpauth://type/label?parameters",
"totp": "123456"
}