HTTP status codes
Calls to the 1Password Events API may return the following HTTP status codes:
| Code | Message | Description / Recommended action |
|---|---|---|
200 | OK | The request was successful and the server returned a JSON object or an array of objects. Recommended action: No action is required. |
400 | Bad Request | The 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. |
401 | Unauthorized | Authentication 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. |
429 | Too Many Requests | The 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. |
500 | Internal Server Error | The 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. |