---
title: "Get a event"
method: GET
path: "/events/{id}"
---

# Get a event

`GET /events/{id}`

Retrieves a single event by ID

## Path parameters

- `id` integer, required

## 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.
- `404` — event not found.

---

[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)
