Create webhook
Creates a single webhook with secret.<br/><br/>Valid events:<p><code>
file.created, <br/>
file.deleted, <br/>
file.ready, <br/>
file.updated, <br/>
file.upload.completed, <br/>
file.versioned, <br/>
file.copied, <br/>
folder.created, <br/>
folder.deleted, <br/>
folder.updated, <br/>
folder.copied, <br/>
comment.completed, <br/>
comment.created, <br/>
comment.deleted, <br/>
comment.uncompleted, <br/>
comment.updated, <br/>
customfield.created, <br/>
customfield.updated, <br/>
customfield.deleted, <br/>
metadata.value.updated, <br/>
project.created, <br/>
project.deleted, <br/>
project.updated, <br/>
collection.created, <br/>
collection.updated, <br/>
collection.deleted, <br/>
share.created, <br/>
share.updated, <br/>
share.deleted, <br/>
share.viewed</code></p>Rate Limits: 10 calls per 1.00 minute(s) per account
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
account_id
A UUID String
workspace_id
A UUID String
Request
Webhook params
data
Response
Created
data
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
429
Too Many Requests Error