Skip to main content
POST
/
v1
/
sources
/
{source_id}
/
sync
/
pause
Pause Sync
curl --request POST \
  --url https://api.ontora.com/v1/sources/{source_id}/sync/pause \
  --header 'Authorization: Bearer <token>'
{
  "source_connection_id": "<string>",
  "action": "<string>",
  "status": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.ontora.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

source_id
string<uuid>
required

Response

Successful Response

source_connection_id
string
required
action
string
required
status
string
required