Get a webhook by ID
Webhooks
Get Webhook
Get a webhook by ID
GET
Get a webhook by ID
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the webhook to get
Response
A webhook
Unique identifier for the webhook
Object type, always 'webhook'
Available options:
webhook Unix timestamp in milliseconds when the webhook was created
Secret used to verify the webhook request
URL of the webhook endpoint
Whether the webhook is active
Events that the webhook is subscribed to
Webhook events that can be subscribed to
Available options:
describe.job.processing, describe.job.completed, describe.job.failed, extract.job.processing, extract.job.completed, extract.job.failed, file.job.processing, file.job.completed, file.job.failed, file.job.deleted, collection.file.job.processing, collection.file.job.completed, collection.file.job.failed, collection.file.job.deleted, segment.job.processing, segment.job.completed, segment.job.failed Description of the webhook