DIS quickstart with Postman
This guide will help you set up an environment for testing Digital Identity Service.
Install Postman from link postman.com and run the application
Click on the
+
icon to add new collection
Download the latest postman collection JSON
Import the downloaded file
- Click on the
Environments
tab and then on the+
icon to create a new environment
- Create new environment called
DIS public test
with variableidentity-service
set tohttps://dot.innovatrics.com/identity
. Then save the new environment (Ctr+S)
- Go back to
Collections
tab and select top levelDigital Identity Service
in the left tab. SelectDIS public test
in the environment drop down in the top right and fill theToken
field with the Bearer token you received from the Innovatrics' sales representative. Save the configuration with (Ctrl+S)
- Test the DIS selecting the
Info
endpoint using theSend
button.
- If your bearer token is valid you will be able to create a customer entity and fill it with data. If your token is not valid, you will receive a 403 error.