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

# OPTIONS /hooks/events

`OPTIONS /hooks/events`

OPTIONS operation for /hooks/events

## Response `200`

Successful response

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