Skip to main content
GET
/
register
/
webhooks
/
{id}
Retrieve a webhook endpoint
curl --request GET \
  --url https://thirdparty-sandbox.staging.qonto.co/register/webhooks/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Qonto-Partner-Id: <api-key>'
{}

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
required

id of the Webhook resource

Example:

"f4a15ff0-40a2-48d4-8801-99c7b4e0788e"

Response

Returns the webhook endpoint identified by the id path parameter.

webhook_subscription
Webhook · object