Skip to main content
Once an employee’s Form I-9 is completed (both Section 1 and Section 2 are complete), Symmetry returns all completed Form I-9 metadata and PDF data as JSON to the postback URL configured for the relevant employer. Additionally, completed Form I-9 data can be retrieved at any time using the I-9 submission endpoint for the appropriate submission. Completed I-9 data includes a full audit log of metadata associated with the I-9 as well as a Base64 encoded PDF for storage in your platform.

Retrieve I-9 submission

To retrieve a completed I-9, make a GET request to the /employers/{employerId}/employees/{employeeId}/submissions/{submissionId} endpoint.

Sample request

Path parameters

Response

A successful request returns a JSON response with I-9 details, including document verification results, audit log, and the completed PDF encoded in Base64.

Response elements

Submission object

A successful response returns the submission object. Below are the fields within the submission.

Verification documents

The verification documents array contains information on the documentation submitted for review.
Document types
Below is the full list of documentation (documentationKey and documentTitle) employees can use to complete their I-9.

Audit logs

Each audit log object represents an action taken on the submission, tracked for compliance. An array is returned that contains an object for each action. Read more about audit logs here.

Document verification resolution

The document verification resolution object (documentVerificationResolution) contains a list of events for I-9 document verification acted on by the administrator.

Reverification rehire

The reverificationRehire array captures details related to an employee’s reverification or rehire event within the I-9 process.

Fields

The fields object contains key details on the Form I-9 submission.