---
title: "Get Single Event"
method: GET
path: "/v1/events/{id}"
---

# Get Single Event

`GET /v1/events/{id}`

This endpoint gets details of a single event.

## Path parameters

- `id` string, required

## Response `200`

200

- object
  - `data` object
    - `object` string
    - `id` string
    - `object_type` string
    - `event_type` string
    - `description` string
    - `created_at` integer
    - `updated_at` integer
    - `request` string
    - `response` string
    - `related_id` integer
  - `meta` object
    - `include` unknown[]
      - unknown
    - `custom` unknown[]
      - unknown

## Other responses

- `401` — 401

---

[API](https://skmtc.net/payarc/apis/payarc-sandbox.md) · [All operations](https://skmtc.net/payarc/apis/payarc-sandbox/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/payarc/payarc-sandbox/revisions/face82bdd778/schema)
