Enqueue a new sandbox job
Analagous to POST /jobs/automated
, but for automated and assisted Finch Sandbox connections. Use this endpoint after updating a Finch Sandbox connection’s data to “sync” the data with Finch and see it reflected in /employer
data API calls.
Assisted connections will return null
for job_id
and job_url
, since no job is actually being created. Simply call this endpoint, and then call the /employer
API to see the updated data.
Authorizations
Please use your Access Token
Body
The type of job to start. Currently the only supported type is data_sync_all
data_sync_all
Response
The number of allowed refreshes per hour (per hour, fixed window)
The id of the job that has been created.
The url that can be used to retrieve the job status
The number of remaining refreshes available (per hour, fixed window)
Was this page helpful?