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

idstringRequired
The webhook endpoint id.

Response

The webhook endpoint.
idstring
urlstringformat: "uri"
eventslist of strings
isActiveboolean
created_atdatetime
updated_atdatetime
descriptionstring or null
last_delivery_atdatetime or null
last_statusstring or null
failure_countinteger

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error