Is it possible to get "one time" codes via 1Password Secrets Automation?
Comments
-
Hey 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:{ "id": "TOTP_xpndftapcpmvzwdt9t1na04ps7", "section": { "id": "Section_wy361kgrkplgqnjawu5h7u9935" }, "type": "OTP", "label": "one-time password", "value": "otpauth://type/label?parameters", "totp": "123456" }
0
This discussion has been closed.