The 1Password Community forums are in read-only mode from Jan 28th - Feb 4th, 2025. Find out more.

Is it possible to get "one time" codes via 1Password Secrets Automation?

dongovor
dongovor
Community Member
edited October 2021 in 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
Referrer: forum-search:API

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"
    }
    
  • dongovor
    dongovor
    Community Member

    Hi @eddy_1P ,

    Thanks for the update.
    Will check it right now.

  • ag_ana
    ag_ana
    1Password Alumni

    Let us know how it goes @dongovor :) And on behalf of Eddy, you are welcome!

  • dongovor
    dongovor
    Community Member

    @ag_ana thx. all works great after I've updated compose file image version from "latest" to "1.4" (=

  • ag_ana
    ag_ana
    1Password Alumni

    That is great to hear, thank you for the update @dongovor :)

This discussion has been closed.