Webhook
Add webhook
API documentation
User
Tenant
Feature
Entitlement
User & permissions
Settings
Payment
- Payment Method
- Transaction
- SEPA XML
- Open Banking
- Bank Account Transaction
Customer
- Customer
- Customer Address
- Customer Email
- Customer Settings
- Customer Otp
Billing
- Invoice
- Invoice Position Item
- Billing Run
Dunning
- Dunning Document
- Dunning Rule
Subscription
- Subscription
- Subscription Item
- Subscription Measurement
- Billing Group
Offers
- Offer
- Offer Recipient
- Offer Template
Catalogue
- Unit
- Measurement
- Product
- Product Family
- Price Plan
- Coupon
Checkout
- Checkout Link
- Cart
Accounting
Webhook
Add webhook
Add webhook
Required permissions:webhook:write
POST
/
webhooks
curl -X POST \
/webhooks \
--header "Content-Type: application/json" \
--header "Authorization: Bearer <token>" \
--data '{
"id": "",
"events": [
""
],
"version": "",
"enabled": "",
"url": "",
"webhookResults": [
"https:\/\/example.com\/"
],
"status": "",
"lastSentAt": "",
"activities": [
"https:\/\/example.com\/"
],
"tenantId": ""
}'
{
"id": "<string>",
"events": [
"<string>"
],
"version": "<string>",
"enabled": true,
"url": "<string>"
}
Authorizations
Value for the Authorization header parameter.
Body
The new Webhook resource
Was this page helpful?
curl -X POST \
/webhooks \
--header "Content-Type: application/json" \
--header "Authorization: Bearer <token>" \
--data '{
"id": "",
"events": [
""
],
"version": "",
"enabled": "",
"url": "",
"webhookResults": [
"https:\/\/example.com\/"
],
"status": "",
"lastSentAt": "",
"activities": [
"https:\/\/example.com\/"
],
"tenantId": ""
}'
{
"id": "<string>",
"events": [
"<string>"
],
"version": "<string>",
"enabled": true,
"url": "<string>"
}