Authorizations
Bearer authorization header: Bearer <token>
, where <token>
is the access token received from the authorization server at the end of the OAuth 2.0 flow.
Body
The HTTPS URL where webhooks will be sent
512
"https://api.partner.com/webhooks/qonto"
The types of events to subscribe to
1
[
"v1/transactions",
"v1/accounts",
"v1/organizations",
"v1/memberships",
"v1/consent-revocations",
"v1/cards"
]
Secret key for verifying webhook signatures. If not provided, one will be generated
32 - 128
"whsec_VuvcYxzMbryt1UBytq58jtGBxCgbQdzX/c0vj5ZLjUA="
Optional description for the webhook subscription
"Production webhook for transactions"
Response
Webhook subscription created successfully
Unique identifier for the webhook subscription
"123e4567-e89b-12d3-a456-426614174000"
ID of the organization that owns this subscription
"123e4567-e89b-12d3-a456-426614174000"
ID of the membership that owns this subscription
"123e4567-e89b-12d3-a456-426614174000"
The HTTPS URL where webhooks will be sent
512
"https://api.partner.com/webhooks/qonto"
The types of events to subscribe to
1
[
"v1/transactions",
"v1/accounts",
"v1/organizations",
"v1/memberships",
"v1/consent-revocations",
"v1/cards"
]
When the subscription was created
"2025-01-24T10:55:00Z"
When the subscription was last updated
"2025-01-24T10:55:00Z"
Optional description for the webhook subscription
256
"Production webhook for transactions"
Secret key for verifying webhook signatures.
32 - 128
"whsec_VuvcYxzMbryt1UBytq58jtGBxCgbQdzX/c0vj5ZLjUA="