Retrieve a webhook endpoint
Get a registered webhook endpoint by its Id.
Authentication
AuthorizationBearer
Authorization header using the Bearer scheme
Path parameters
webhook_endpoint_id
Headers
X-Platform-Id
The target platform id. Required only when calling with a dashboard (WorkOS AuthKit) access token instead of a platform API key — the token carries no platform claim, so the caller must say which platform it means. Ignored for platform API key / embed session token callers.
Response
OK
id
The unique identifier of the endpoint
endpoint_url
The registered URL of the endpoint
subscribed_events
The events the endpoint is subscribed to
created_at
The date and time the endpoint was created
object
The object type
Errors
404
Not Found Error

