Skip to content
Open the portal
Developer docs

Sync Now

POST
/v1/connectors/{source_id}/sync
curl --request POST \
--url https://example.com/v1/connectors/example/sync
source_id
required
Source Id
string

Successful Response

Media typeapplication/json
Response Sync Now V1 Connectors Source Id Sync Post
object
key
additional properties
any
Examplegenerated
{}

Validation Error

Media typeapplication/json
HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object
Examplegenerated
{
"detail": [
{
"loc": [
"example"
],
"msg": "example",
"type": "example",
"input": "example",
"ctx": {}
}
]
}