Skip to main content

HTTP status codes

Calls to the 1Password Events API may return the following HTTP status codes:

CodeMessageDescription / Recommended action
200OKThe request was successful and the server returned a JSON object or an array of objects.

Recommended action: No action is required.
400Bad RequestThe server could not understand the request due to invalid syntax.

Recommended action: Check the API reference and documentation about the API to make sure your request is properly formatted.
401UnauthorizedAuthentication has failed or wasn't provided.

Recommended action: Check that your request includes the Authorization header, and make sure your bearer token is valid and scoped to access the requested resource. Learn more about authorizing API requests.
429Too Many RequestsThe rate limit has been exceeded.

Recommended action: Wait until the applicable rate-limit window (per-minute or per-hour) resets, then try again. Learn more about Events API rate limits.
500Internal Server ErrorThe server encountered an unexpected condition that prevented it from fulfilling the request.

Recommended action: Retry your request after a brief wait. If the issue persists, check the 1Password status page to verify the Events API service is operational, or contact 1Password Support for help.

Was this page helpful?