---
title: "Get platform webhook details"
method: GET
path: "/platform/webhooks/{webhookId}"
tags: ["Platform Webhooks"]
---

# Get platform webhook details

`GET /platform/webhooks/{webhookId}`

Get detailed information about a specific platform webhook.

## Response `200`

Platform webhook details

- PlatformWebhookResponse
  - `success` true, required
  - `data` object, required
    - `id` string, required — Platform webhook ID
    - `name` string, required — Webhook name for identification
    - `url` string, uri, required — Webhook endpoint URL
    - `events` string[], required — Subscribed events (empty = all events)
    - `enabled` boolean, required — Whether the webhook is active
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
  - `meta` ApiMeta, required
    - `requestId` string, required — Unique request identifier for debugging and support

## Other responses

- `401` — Invalid or missing API key
- `404` — Resource not found
- `429` — Rate limit exceeded
- `500` — Internal server error

---

[API](https://skmtc.net/arkhq-io/apis/ark-email-api.md) · [All operations](https://skmtc.net/arkhq-io/apis/ark-email-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/arkhq-io/ark-email-api/revisions/98a90852ffca/schema)
