/
DO
docspring
/
DocSpring API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 9h ago · Updated 3d ago
Details
Filter operations
Authentication
1
Combine PDFs
4
Custom Files
2
Data Requests
4
Folders
5
PDF Submissions
6
Submission Batches
2
Templates
16
Webhooks
5
get
Get a list of all webhooks
post
Create a webhook
get
Get a webhook
put
Update a webhook
delete
Delete a webhook
Webhooks
Get a webhook
Retrieves a single webhook by its ID.
get
/webhooks/{uid}
Path parameters
uid
string
required
Response
webhook found
Webhook
required
uid
string
required
name
string
nullable
required
url
string
nullable
required
enabled
boolean
required
event_types
string[]
required
mode
'test'
|
'live'
nullable
required
version
1
|
2
|
3
required
api_token_uids
string[]
required
template_uids
string[]
required
folder_uids
string[]
required
include_submission_data
boolean
required
strip_fields
string[]
required
headers
object
required
consecutive_failures
integer
required
last_failure_at
string
nullable
required
disabled_at
string
nullable
required
disabled_reason
string
nullable
required
secret
string
nullable
required
created_at
string
nullable
required
updated_at
string
nullable
required
Changes