/
BI
billbee
/
Billbee API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 50m ago · Updated 4w ago
Details
Filter operations
ApiUsage
2
CloudStorage
1
CustomerAddresses
4
Customers
10
EnumApi
6
Events
1
Orders
21
Products
24
Provisioning
2
Shipments
8
ShopAccounts
1
Webhooks
7
get
Gets all registered WebHooks for a given user.
post
Registers a new WebHook for a given user.
delete
Deletes all existing WebHook registrations.
get
Looks up a registered WebHook with the given {id} for a given user.
put
Updates an existing WebHook registration.
delete
Deletes an existing WebHook registration.
get
Returns a list of all known filters you can use to register webhooks
Webhooks
Registers a new WebHook for a given user.
post
/api/v1/webhooks
Request body
RechnungsdruckWebAppControllersApiWebHookApiModel
required
Secret
string
required
Filters
string[]
Headers
object
Properties
object
Id
string
WebHookUri
string
required
Description
string
IsPaused
boolean
Response
OK
RechnungsdruckWebAppControllersApiWebHookApiModel
required
Secret
string
required
Filters
string[]
Headers
object
Properties
object
Id
string
WebHookUri
string
required
Description
string
IsPaused
boolean
Changes