Application complete and status change api



Hello ,
Which apis should we use for application complete and status change apis .
as https://assessmentsandbox.icims.com/icims/assess api raises 404 error , also
how can i request/test icims apis using postman .
what is the base url for sandbox and live .

please share full details how to proceed

my customer id is 6273

Submitted by iCIMSUNIFIL on September 21, 2020 Permalink

here is the url and data i am posting:
url = "https://api.icims.com/icims/assess"
data = {
"returnUrl": "https://jobs-customername.icims.com/jobs/11125/customer-service-rep-1/assessment?i=1",
"customerId": "6273",
"userId": "350677",
"links": [{
"title": "Applicant Workflow",
"rel": "applicantWorkflow",
"url": "https://api.icims.com/customers/6273/applicantworkflows/504031"
}, {
"title": "Job Profile",
"rel": "job",
"url": "https://api.icims.com/customers/6273/jobs/11125"
}, {
"title": "Person Profile",
"rel": "person",
"url": "https: //api.icims.com/customers/6273/people/350677"
}, {
"title": "Posting User",
"rel": "user",
"url": "https://api.icims.com/customers/6273/people/350677"
}],
"eventType": "ApplicationCompletedEvent",
"systemId": "504031"
}