# Retrieve an event **GET /api/v1/events/{event}** Retrieves the details of an event. You need only provide the unique event ID which you would have received in a webhook. ## Servers - Production server: https://api.1099policy.com (Production server) ## Parameters ### Path parameters - **event** (string) The ID of the desired event (e.g., `ev_1a2b3c4d5e6f`). ## Responses ### 200 Returns an event object if a valid ID was provided. #### Body: application/json (object) - **created** (integer(int64)) - **data** (object) - **id** (string) - **type** (string) Description of the event (e.g., application.started, policy.active, certificate.approved, certificate.flagged, certificate.denied). [Powered by Bump.sh](https://bump.sh)