> ## Documentation Index
> Fetch the complete documentation index at: https://www.1password.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Request methods

The Events API accepts the following standard HTTP request methods:

* GET requests to the [`introspect`](/events-api/reference#get-%2Fapi%2Fv2%2Fauth%2Fintrospect) endpoint return information about the events a bearer token has access to and the account where the token was issued.

* POST requests to the [`auditevents`](/events-api/reference#post-%2Fapi%2Fv2%2Fauditevents), [`itemusages`](/events-api/reference#post-%2Fapi%2Fv2%2Fitemusages), and [`signinattempts`](/events-api/reference#post-%2Fapi%2Fv2%2Fsigninattempts) endpoints return information about various activities in a 1Password account. Depending on which endpoint is called, the request returns one of the following:
  * Successful and failed attempts to sign in to a 1Password account.
  * Information about every use of an item stored in a shared vault in the account.
  * Audit events for actions performed by team members in the account.
