Enqueue a New Automated Job
Enqueue an automated job.
data_sync_all
: Enqueue a job to re-sync all data for a connection. data_sync_all
has a concurrency limit of 1 job at a time per connection. This means that if this endpoint is called while a job is already in progress for this connection, Finch will return the job_id
of the job that is currently in progress. Finch allows a fixed window rate limit of 1 forced refresh per hour per connection.
w4_form_employee_sync
: Enqueues a job for sync W-4 data for a particular individual, identified by individual_id
. This feature is currently in beta.
This endpoint is available for Scale tier customers as an add-on. To request access to this endpoint, please contact your Finch account manager.
Authorizations
Please use your Access Token
Headers
Header used to specify the version for a given API request. Current version is 2020-09-17.
Used to indicate the original media type of the resource
Body
Response
The response is of type object
.