Skip to main content
PATCH
Update legacy interaction-binding receipt state

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
idempotency-key
string
Maximum string length: 255

Path Parameters

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

Body

application/json
last_projected_message_id
string | null
Required string length: 1 - 512
reconciliation_cursor
string | null
Required string length: 1 - 512

Response

Success

id
string
required
Pattern: ^conv_[0-9a-f]{32}$
workspace_id
string
required
Pattern: ^wrkspc_[0-9a-f]{32}$
external_installation_id
string
required
Pattern: ^exti_[0-9a-f]{32}$
surface_scope_id
string
required
Pattern: ^surf_[0-9a-f]{32}$
conversation
object
required
session_id
string
required
Pattern: ^sess_[0-9a-f]{32}$
state
enum<string>
required
Available options:
active,
replaced,
archived
replaced_by
string | null
required
Pattern: ^conv_[0-9a-f]{32}$
last_projected_message_id
string | null
required
Required string length: 1 - 512
reconciliation_cursor
string | null
required
Required string length: 1 - 512
created_at
string
required
updated_at
string
required
agent_installation_id
string
Pattern: ^aini_[0-9a-f]{32}$
projection_policy
object
last_projected_event_sequence
integer
Required range: x > 0