# Elevate Events API ### Events This API provides read-only access to time-based events recorded within Elevate. Example events include; - A user has logged in - A user has been locked out due to reaching a maximum number of failed login attempts - A role has been created The initial release of this API contains only security-related events. Over time this API will evolve to include events from elsewhere in the system e.g. - A bill run has been closed - Invoices have been distributed - A customer has been created Version: 1.0 ## Servers ``` https://rest.elevatebilling.com/v1 ``` ## Security ### bearerAuth Type: http Scheme: bearer Bearer Format: JWT ## Download OpenAPI description [Elevate Events API](https://docs.elevatebilling.com/_bundle/openapi/prod/gen/billing-rest-events.yaml) ## events Access to time-based events recorded within Elevate ### Get a list of events - [GET /events](https://docs.elevatebilling.com/openapi/prod/gen/billing-rest-events/events/findevents.md)