/applicants/backgroundcheckresult

Endpoint for updating background check results for a candidate. This endpoint allows the submission of background check results for a specific applicant.

Note: Every incoming request to the API must contain an API key. The request must include the applicant's ID and the background check result details in JSON format.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
integer
required

The ID of the job application for which the associated candidate's background check was processed. This is the application ID in the Apploi system. This can be retrieved from the id field in the object returned from the GET response of the /applicants endpoint.

string

The decision about the candidate based on the results of the background check. This can be retrieved from the background check provider. Providing this information is not required to make a successful request.

string

The error message that was returned by the background check provider if the background check was unsuccessful. This can be retrieved from the background check provider. Either one of the report_url or the error_message field is required for a request to this endpoint to complete successfully. In the case of a successful background check, the report_url field should be provided. In the case of an unsuccessful background check, the error_message field should be provided.

string

The package ID of the background check order. This can be retrieved from the background check provider. Providing this information is not required to make a successful request.

string

The URL of the background check report. This can be retrieved from the background check provider. Either one of the report_url or the error_message field is required for a request to this endpoint to complete successfully. In the case of a successful background check, the report_url field should be provided. In the case of an unsuccessful background check, the error_message field should be provided.

Headers
string
required
Responses

400

400 response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json