Document Verification

As part of the employee I-9 embedded experience, documents undergo a verification step that performs a series of validation checks to help confirm the authenticity of the document.

Document verification results are returned within the employer embedded experience and from the /employers/{employerId}/employees/{employeeId}/submissions/{submissionId} GET endpoint.

Retrieve Document Verification Results

To retrieve document verification results for a specific Form I-9 submission, make a GET request to the /employers/{employerId}/employees/{employeeId}/submissions/{submissionId} endpoint.

Sample Request

curl --location 'https://api.symmetry.com/i9/v1/employers/123456-b29d-75cf-a308-15ca267af31c/employees/12345-3da7-7be4-8ab3-a5f1b1832fbc/submissions/170' \
--header 'Authorization: Bearer ••••••'

Jump to top