Skip to main content
PUT
Update webhook URL

Authorizations

X-API-Key
string
header
required

Your partner API key. Use raas_sandbox_* keys for the sandbox environment and raas_live_* keys for production.

Body

application/json
webhookUrl
string

Webhook URL to receive event notifications

Example:

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

Response

Webhook configuration updated

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