Test access to API endpoints
The easiest way to test your access to the endpoints of our REST API is using Postman.
To test endpoint access:
- Open Postman.
- At the top, select the + sign to open a new tab.
-
For the request URL, enter the following. This sample request retrieves a list of images stored in the Perfecto repository.
Copyhttps://ps.app.perfectomobile.com/repository/api/v1/artifacts?artifactType=IMAGE
-
Below the URL, on the Headers tab, do the following:
-
In the KEY field, enter
Perfecto-Authorization
. -
In the VALUE field, enter your security token. For information on retrieving your token, see Perfecto security token.
-
-
Click Send.
The request response should appear in the lower pane.