Register a webhook endpoint
Registers a single webhook endpoint on which you’ll receive all supported events (you cannot choose the events you are subscribing to).
POST
Authorizations
Bearer authorization header: Bearer <token>
.
To get your <token>
, please sign up to the Developer Portal.
API Key authorization header: Qonto-Partner-Id: <partner_id>
.
To get your <partner_id>
please, sign up to the Developer Portal.
Required only for Sandbox API requests; to get one, please sign up to the Developer Portal.
Body
application/json
Response
201
application/json
Returns the webhook endpoint registered.
The response is of type object
.