Skip to main content
GET
Get webhook configuration

Authorizations

X-API-Key
string
header
required

Your partner API key. Use m2m_test_* keys for the sandbox environment.

Response

Webhook configuration retrieved

webhookUrl
object | null
required

The configured webhook URL

Example:

"https://api.example.com/webhooks/m2m"

webhookSecretPreview
string
required

Preview of the webhook secret (masked)

Example:

"whsec_****abc123"

hasWebhookSecret
boolean
required

Whether a webhook secret has been generated

Example:

true