---
title: "Get all events"
method: GET
path: "/events"
---

# Get all events

`GET /events`

## Response `200`

List of events

- object[]
  - `id` integer — Event ID.
  - `type` string — Event type
  - `entity` object — Event entity
  - `object_id` integer — Object ID associated with the event
  - `account_id` integer — Account ID associated with the event
  - `created_at` string, date-time — Date and time of event creation.
  - `updated_at` string, date-time — Date and time of last event update.
  - `deleted_at` string, date-time — Date and time of customer deletion (if applicable).

## Other responses

- `401` — Unauthorized. Provide a valid secret key

---

[API](https://skmtc.net/fedapay/apis/customer-api.md) · [All operations](https://skmtc.net/fedapay/apis/customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fedapay/customer-api/versions/e6bade118d1a/schema)
