The hosted STE API serves both files from
/postman endpoints, so you always pull the current copy rather than a saved snapshot.Download the files
The collection contains sample requests to all endpoints, along withpayCalcRequest examples for federal, state, city, county, and multi-state scenarios. Additional examples for specific wage types and benefits are included as well. The environment file provides the variables used across those requests.
Both endpoints take the same credentials as every other hosted STE endpoint: your API key, plus a US or Canada STE license. A request carrying no license returns
403, and if the packaged file cannot be loaded the endpoint returns 500 rather than an empty 200.
Import into Postman
1
Get both files
Call both endpoints and save each response.
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 environment, then supply your own
apiKey and point the endpoint URLs at the environment you’re testing against.Environment variables
Set these three variables for the environment you’re testing against. An environment fetched fromGET /postman/environment already has endpointURL and endpointURLV2 filled in for the deployment you called it on, and ships with apiKey blank, so your key is the only value you need to supply.
Staging and production use separate API keys. If you don’t know your API key, open a ticket with Client Success and we’ll be happy to help.

