Retrieve a webhook endpoint
Fetches a single webhook endpoint by id, scoped to the authenticated organization. The signing secret is never returned.
Authentication
x-api-keystring
A scoped MvsPayApiKey, e.g. mvspay_live_…. Mint and scope keys from the dashboard (Settings → API Keys).
Path parameters
id
The webhook endpoint id.
Response
The webhook endpoint.
id
url
events
isActive
created_at
updated_at
description
last_delivery_at
last_status
failure_count
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error