---
title: "Get a specific webhook message"
method: GET
path: "/v1/webhooks/messages/{id}"
tags: ["Webhooks"]
---

# Get a specific webhook message

`GET /v1/webhooks/messages/{id}`

Returns details of a specific webhook message by ID

## Path parameters

- `id` string, required — The webhook message ID

## Response `200`

OK

- WebhookMessage — A webhook message/event
  - `eventType` string, required — The type of event
  - `id` string, required — Unique identifier for the message
  - `payload` unknown, required
  - `timestamp` string, date-time, required — ISO 8601 timestamp when the event occurred

## Other responses

- `400` — The request was malformed or contained invalid parameters.
- `401` — Authentication is required. Provide a valid API key.
- `403` — You don't have permission to access this resource.
- `404` — The requested resource was not found.
- `429` — You have exceeded the rate limit. Please slow down.
- `500` — An unexpected error occurred
- `501` — The requested operation is not implemented.

---

[API](https://skmtc.dev/withchima/apis/tella-public-api.md) · [All operations](https://skmtc.dev/withchima/apis/tella-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/withchima/tella-public-api/revisions/ba2bb13928a5/schema)
