---
title: "Get a Webhook details by ID"
method: GET
path: "/network-services/v1/webhooks/{id}"
tags: ["Webhooks"]
---

# Get a Webhook details by ID

`GET /network-services/v1/webhooks/{id}`

This API endpoint retrieves Webhook details for the specified Webhook ID such as the endpointURL and the authMechanism along with createdAt and updatedAt timestamps.

## Path parameters

- `id` string, uuid, required

## Response `200`

Returns webhook details by ID.

- WebhookDetails — unresolved $ref

## Other responses

- `400` — Invalid input received.
- `401` — Unauthorized. Authentication credentials are required or invalid.
- `403` — Forbidden: Access is denied.
- `404` — Not Found error.
- `429` — Too Many Requests. The user has sent too many requests in a given amount of time.
- `500` — Internal Server Error. An unexpected error occurred on the server.

---

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