Get next job
curl --request GET \
  --url https://api.rampartcorporation.com/v2/job/next \
  --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>.

Response

200 - application/json

Next job in queue

The response is of type object.