Skip to main content
GET
Get a managed provider webhook registration

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

checkfu-version
enum<string>
required
Available options:
2026-08-24

Path Parameters

id
string
required
Pattern: ^auto_[0-9a-f]{32}$
registrationId
string
required
Pattern: ^pwreg_[0-9a-f]{32}$

Response

Closed provider-side webhook lifecycle and health for one Automation and WebhookSource. Secrets never appear.

Closed provider-side webhook lifecycle and health for one Automation and WebhookSource. Secrets never appear.

id
string
required
Pattern: ^pwreg_[0-9a-f]{32}$
workspace_id
string
required
Pattern: ^wrkspc_[0-9a-f]{32}$
automation_id
string
required
Pattern: ^auto_[0-9a-f]{32}$
webhook_source_id
string
required
Pattern: ^whsrc_[0-9a-f]{32}$
connection_id
string
required
Pattern: ^conn_[0-9a-f]{32}$
callback_key
string
required
Pattern: ^pwcbk_[0-9a-f]{32}$
config
object
required
config_fingerprint
string
required
Pattern: ^sha256:[0-9a-f]{64}$
status
enum<string>
required
Available options:
pending,
active,
degraded,
indeterminate,
revoked,
deleted
external_id
string | null
required
Pattern: ^[a-z0-9](?:[a-z0-9._-]{0,93})$
claim
object | null
required
last_verified_at
string | null
required

A canonical UTC ISO-8601 timestamp with millisecond precision.

Maximum string length: 24
Pattern: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z$
last_delivery_at
string | null
required

A canonical UTC ISO-8601 timestamp with millisecond precision.

Maximum string length: 24
Pattern: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z$
last_error
object | null
required
version
integer
required
Required range: x > 0
created_at
string
required

A canonical UTC ISO-8601 timestamp with millisecond precision.

Maximum string length: 24
Pattern: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z$
updated_at
string
required

A canonical UTC ISO-8601 timestamp with millisecond precision.

Maximum string length: 24
Pattern: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z$