Skip to main content
GET
Retrieve a webhook endpoint
Retrieve a single webhook endpoint by id. The signing secret is not included — it’s only returned once, on creation.

Authorizations

Authorization
string
header
required

Your Selektable API key (selektable_...), sent as Authorization: Bearer <key>.

Path Parameters

id
string
required

Response

The webhook endpoint

id
string
Example:

"whe_abc123"

object
enum<string>
Available options:
webhook_endpoint
url
string<uri>
description
string | null
enabledEvents
string[]
status
enum<string>
Available options:
enabled,
disabled
createdAt
string<date-time>
updatedAt
string<date-time>