...
Please use either the Swagger documentation or Postman collection to follow along.
Obtaining an Authentication token
Once you’ve received your partner credentials for EPR, obtaining an authentication token is as simple as making a POST request to the /login route. Once you’ve successfully logged in, you can save the token that is returned in the response to use for subsequent requests .by passing it in the request headers (key=x-access-key)
...
Obtaining List Item Records
...