JavaScript
import Finch from '@tryfinch/finch-api'; const client = new Finch({ accessToken: 'My Access Token', }); const sandboxJobConfiguration = await client.sandbox.jobs.configuration.update({ completion_status: 'complete', type: 'data_sync_all', }); console.log(sandboxJobConfiguration.completion_status);
{ "type": "data_sync_all", "completion_status": "success" }
Documentation IndexFetch the complete documentation index at: https://developer.tryfinch.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developer.tryfinch.com/llms.txt
Use this file to discover all available pages before exploring further.
Please use your Access Token
data_sync_all
complete
reauth_error
permissions_error
error
OK
Was this page helpful?