Webhooks : URL's
Overview of the 4 availalble 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
Updated 20 days ago