/
ZE
zenlist
/
Zenlist Partner Integration API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 21h ago · Updated 4w ago
Details
Filter operations
agent
3
chat
2
client
2
client_invitation
3
event
2
message
1
search
2
subscription
5
get
Returns a list of subscriptions
post
Subscribe to a webhook
get
Get the details of a webhook
put
Update a webhook
delete
Remove a webhook
subscription
Subscribe to a webhook
post
/subscriptions
Request body
object
required
hook_url
string
uri
required
resource
'agent'
|
'client'
|
'client_invitation'
|
'event'
|
'search'
required
Example request
{ "hook_url": "https://myserver.com/send/callback/here" }
Response
Webhook created
Subscription
required
id
string
required
hook_url
string
required
resource
'agent'
|
'client'
|
'client_invitation'
|
'event'
|
'search'
required
created_at
string
date-time
required
secret
string
Changes