It’s Cybersecurity Awareness Month! Join our interactive training session, or learn about security and AI from 1Password experts.
Forum Discussion
Former Member
4 years agoCan I use curl update my 1password items with api connect server ?
Hi ,
I built an API connecting server, it looks like my connecting server works as expected and I'm able to get my item details by curl successfully
curl -H "Authorization: Bearer ${ONEPAS...
Former Member
4 years agothis issue was fixed . there was a line break in my api token . I removed the line break , everything works as expected . Thx