Skip to main content
PATCH
Update a webhook endpoint

Authorizations

Authorization
string
header
required

Bearer authorization header: Bearer <token>. To get your <token>, please sign up to the Developer Portal.

Qonto-Partner-Id
string
header
required

API Key authorization header: Qonto-Partner-Id: <partner_id>. To get your <partner_id> please, sign up to the Developer Portal.

Headers

X-Qonto-Staging-Token
string

Required only for Sandbox API requests; to get one, please sign up to the Developer Portal.

Path Parameters

id
string<uuid>
required

id of the Webhook resource

Example:

"63647ae1-eeb0-4294-9bf0-65e1d9d0db66"

Body

application/json
callback_url
string
required

Your webhook endpoint

Example:

"https://example.com/myCallbackUrl"

enabled
boolean
default:true
required

Whether the webhook should be used or not

Example:

true

secret
string
required

Secret used for applying HMAC-SHA256 to the webhook event payload

Example:

"1qA+9OSwfnm0NuhF+b8CJA=="

Response

Returns the updated webhook endpoint.

webhook_subscription
Webhook · object