v1
latestOpenAPI 3.1.02026-08-06236494759.4 KBWebhook Subscriptions
Add Webhook Subscription
Endpoint to add a new WebhookSubscription.
post/business/v2/webhooks/subscriptions
Headers
X-Soldo-Fingerprintstring required
Advanced authentication: SHA512SUM of the fingerprint values listed in the fingerprint order for this endpoint.
Example:{{fingerprint}}
X-Soldo-Fingerprint-Signaturestring required
Advanced authentication: Signature of the X-Soldo-Fingerprint.
Example:{{fingerprint_signature}}
Request body
Example request
{
"webhook_url": "https://your_domain.com/xx/xx",
"enabled_events": [
"card_activated"
],
"description": "Google Ads Campaign"
}Response
The returned resource is a single WebhookSubscription.
Example response
{
"webhook_url": "https://your_domain.com/xx/xx",
"description": "Report updates",
"active": true,
"creation_date": "2017-06-01T12:48:40Z",
"last_update": "2017-06-01T12:48:40Z"
}