Skip to main content
POST
Sync a Tool Source

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

Path Parameters

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

Body

application/json
expected_version
integer
required
Required range: x > 0
connector_tools
object[]
Maximum array length: 1000

Response

Success

id
string
required
Pattern: ^ts_[0-9a-f]{32}$
workspace_id
string
required
Pattern: ^wrkspc_[0-9a-f]{32}$
name
string
required
Pattern: ^[a-z0-9](?:[a-z0-9._-]{0,93})$
provider
string
required
Pattern: ^[a-z0-9](?:[a-z0-9._-]{0,93})$
description
string | null
required
Maximum string length: 16384
source
object
required
status
enum<string>
required
Available options:
pending,
healthy,
sync_failed
default_enabled
boolean
required
default_permission
enum<string>
required
Available options:
always_ask,
always_allow
tool_count
integer
required
Required range: x >= 0
last_sync_at
string | null
required
last_sync_error_code
string | null
required
Required string length: 1 - 8192
version
integer
required
Required range: x > 0
created_at
string
required
updated_at
string
required