/
CH
chift
/
Chift API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1mo ago · Updated 1mo ago
Details
Filter operations
Accounting
50
Banking
3
Connections
5
Consumers
8
Datalayer
3
Datastores
1
eCommerce
14
General
1
Integrations
2
Invoicing
18
Issues
3
Payment
5
Point of Sale
17
Property Management System
10
Syncs
8
Webhooks
7
get
Get list of webhook instances
post
Add new webhook instance
get
Get one webhook instance
delete
Delete one webhook
patch
Update one webhook
get
Get list of possible webhooks
get
Get list of webhook logs for one webhook
Webhooks
Update one webhook
Update one webhook in Chift
patch
/webhooks/{webhookid}
Path parameters
webhookid
string
uuid
required
Request body
WebhookInstancePatchItem
required
status
'active'
|
'inactive'
url
string
nullable
signingsecret
string
nullable
Response
Successful Response
WebhookInstanceGetItem
required
webhookid
string
uuid
required
accountid
string
uuid
required
createdby
string
uuid
nullable
createdon
string
date-time
required
event
string
required
url
string
required
status
'active'
|
'inactive'
required
integrationid
integer
nullable
Changes