If you grant an API app access to your data, then you may wish to revoke that access.
To do this, click your profile icon at the top-right, then click Profile. Choose the Grants option, and then click Revoke Access against the API app you wish to revoke.
Important
Note that any access tokens already granted will still work, until they expire. Typically this is 60 minutes after issue. Any new requests for access tokens (using a refresh token) will be rejected with an HTTP 400 Bad Request and the response:
{ "error": "invalid_grant" }
To regain access, users will have to re-consent to authorizing access.
By accessing or using 1Password Developer Tools, you agree to the API and SDK Terms of Service.
Was this article helpful?
Glad to hear it! If you have anything you'd like to add, feel free to contact us.
Sorry to hear that. Please contact us if you'd like to provide more details.