Skip to main content
GET
Get webhook configuration

Authorizations

Authorization
string
header
required

API Key authentication. Format: dk_test_ or dk_live_

Path Parameters

webhook_config_id
string<uuid>
required

Webhook configuration ID

Response

Webhook configuration details (without secret)

Webhook configuration response (without signing secret).

Used for list operations and updates where the secret is not returned.

Available Events: - document.uploaded: Document successfully uploaded and queued - document.processing.completed: Extraction completed successfully - document.processing.failed: Extraction failed with error

webhook_config_id
string<uuid>
required

Unique webhook configuration identifier

url
string
required

HTTPS webhook endpoint URL

events
string[]
required

List of event types subscribed to

is_active
boolean
required

Whether the webhook is active

retry_enabled
boolean
required

Whether to retry failed deliveries

max_retries
integer
required

Maximum retry attempts

created_at
string<date-time>
required

Configuration creation timestamp (ISO 8601)

updated_at
string<date-time>
required

Last modification timestamp (ISO 8601)