Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Anonymous
3 years agoConnect API cannot add or edit new items
Using both python3 and curl, I can retrieve items from the connect API (built using docker compose method, pulling latest) using curl:
curl -X "GET" "http://localhost:8080/v1/vaults/${VAULT_ID}/i...
Anonymous
3 years agoThat works! Thank you.