Jobs

Execute a job

POST
Execute a job and return the job

Path parameters

jobIdstringRequired
ID of job to return

Response

This endpoint returns an object
data
objectOptional
POST
$curl -X POST https://api.x.flatfile.com/v1/jobs/us_jb_YOUR_ID/execute \
> -H "Authorization: Bearer <token>"
Response
1{
2 "data": {
3 "success": true
4 }
5}