---
title: "GET /hooks/events"
method: GET
path: "/hooks/events"
tags: ["Hooks"]
---

# GET /hooks/events

`GET /hooks/events`

GET operation for /hooks/events

## Response `200`

Successful response

- object
  - `count` integer
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` WebhookEventSerializer[]
    - `id` integer
    - `uuid` string
    - `subscription_id` string
    - `target` string, required — URL of target for where to send webhook event.
    - `version` string, required
    - `success` boolean
    - `status_code` integer
    - `sent_at` string, date-time
    - `data` object
    - `response_data` string
    - `response_headers` object

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found

---

[API](https://skmtc.dev/onboard/apis/onboard-api-complete-specification.md) · [All operations](https://skmtc.dev/onboard/apis/onboard-api-complete-specification/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/onboard/onboard-api-complete-specification/revisions/3d0f0a6a632d/schema)
