Skip to main content
GET
Fetch a webhook endpoint

Authorizations

Authorization
string
header
required

Mint an API key in the dashboard. See https://letmepost.dev/docs/authentication/.

Path Parameters

id
string<uuid>
required

Response

Endpoint detail (no secret).

id
string
required
url
string<uri>
required
events
enum<string>[]
required
Available options:
post.queued,
post.validated,
post.published,
post.rejected,
post.failed,
post.canceled,
post.rescheduled,
token.expiring,
token.revoked,
version.deprecated,
subscription.activated,
subscription.cancelled,
subscription.tier_changed,
quota.warning,
quota.exceeded,
billing.payment_failed,
billing.delinquent,
billing.recovered
active
boolean
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
description
string | null
lastDeliveryAt
string<date-time> | null
lastFailureReason
string | null