Webhooks : URL's

Overview of the 4 available URL's

Save a webhook (activate a Webhook)
Endpoint: v1/einvoices/registrations/{registrationID}/webhooks
Method: POST

Get webhooks (Get full list)
Endpoint: v1/einvoices/registrations/{registrationID}/webhooks
Method: Get

Delete webhook
Endpoint: v1/einvoices/registrations/{registrationID}/webhooks/{webhookID}
Method: DELETE

Refresh the token of the webhook
Endpoint: v1/einvoices/registrations/{registrationID}/webhooks/refresh/{webhookID}
Method: POST


Did this page help you?