Skip to main content
A Postman collection has been established to make testing the Symmetry I-9 API endpoints simple and intuitive. Symmetry serves the Postman files from the API itself rather than as static downloads, so the collection always reflects the current endpoints.

Download from Swagger

Both files come from the Postman endpoints, and both require authorization.

Postman endpoints in Swagger

Jump to the Postman section of the Swagger UI to execute both endpoints and save each response.
Both endpoints require authorizationAuthorize with an access token returned from the /authentication endpoint, not your API key. See Symmetry I-9 API overview for how to request one.

Import into Postman

1

Authorize in Swagger and download both files

Authorize in the Swagger UI, then execute GET /postman/collection and GET /postman/environment and save each response as a file.
2

Import both files into Postman

In Postman, select Import, then add the collection file and the environment file you downloaded.
3

Select the environment and set your credentials

Activate the Symmetry I-9 environment, then supply your own apiKey and point apiDomain at the environment you’re testing against.

Environment variables

* Set automatically in Postman. The authentication request includes a script that writes the returned token into the active environment.