Public EPCIS repository
An instance of the FasT&T repository is deployed and freely accessible from anywhere. It includes all the implemented features of the repository.
It is available at the following URL: https://fastnt-dev.azurewebsites.net/
Usage
The repository requires an authorization header that must be a valid basic auth value. This header is used to filter the data and return only the events captured using the same username/password values to avoid any noise from other tests.
You can send a very simple example of EPCIS 2.0 capture/query requests by clicking on the buttons below:
Postman collection
A postman collection is available at this URL and contains a handful examples of both 1.2 and 2.0 requests.
You can use it against the public test server if you only want to test the repository capabilities. The sandbox-dev predefined environment contains the correct URL and a default username/password values to send requests to this server.