Retrieve a Check
This endpoint allows you to check the status of a background check. If the check is completed, you can also retrieve the PDF report with the results.
GET https://api.zapsign.com.br/api/v1/checks/{{check_id}}/
Path parameters
check_id
string
The unique identifier of the check
Header
Authorization*
string
API token prefixed with the word "Bearer". Example: Bearer c7f35c84-xxxx
Check Status Values
not_started
The check is in the queue and data collection has not started yet.
in_progress
Some data sources are still being processed.
delayed
One or more data sources are taking longer than expected, although most have finished.
error
The check has ended with more than 30% of data sources resulting in an error.
completed
70% or more of the data sources have successfully completed, or most did not return an error.
Response
Last updated
Was this helpful?