GET
/
v2
/
webhook_subscriptions
/
{id}
curl --request GET \
  --url https://thirdparty.qonto.com/v2/webhook_subscriptions/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "organization_id": "123e4567-e89b-12d3-a456-426614174000",
  "membership_id": "123e4567-e89b-12d3-a456-426614174000",
  "callback_url": "https://api.partner.com/webhooks/qonto",
  "types": [
    "v1/transactions",
    "v1/organizations",
    "v1/memberships",
    "v1/consent-revocations"
  ],
  "description": "Production webhook for transactions",
  "created_at": "2025-01-24T10:55:00Z",
  "updated_at": "2025-01-24T10:55:00Z"
}

Authorizations

Authorization
string
header
required

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.

Path Parameters

id
string
required

Response

200
application/json
Webhook subscription retrieved successfully

The response is of type object.