/integrations/onepassword
POST/integrations/onepassword
Registers a 1Password integration for the requesting token. The supplied service-account token is encrypted at rest and is never returned by this or any other endpoint. Returns the created integration without any token field.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 408
- 429
- 500
- 503
Public-facing integration response returned by HTTP routes. Omits internal fields — never includes token_hash or any token material.
The request contains errors or didn't properly encode content.
The request is missing, or contains bad, authorization credentials.
The request targets a destination that is not allowed.
Resource couldn't be found.
The request took has taken too long to process.
Too many requests are currently being processed.
An internal error occurred when handling the request.
Service is unavailable.