Complete a job and start analysis
curl --request POST \
  --url https://api.rampartcorporation.com/v2/job/complete/{jobId} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "client_id": "<string>",
    "job_id": "<string>",
    "sync_type": "HISTORICAL",
    "from": "2023-11-07T05:31:56Z",
    "to": "2023-11-07T05:31:56Z"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <API_KEY>.

Query Parameters

jobId
string
required

Job ID to complete

Response

200 - application/json

Job marked as completed

The response is of type object.