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:

  1. Open Postman.
  2. At the top, select the + sign to open a new tab.
  3. For the request URL, enter the following. This sample request retrieves a list of images stored in the Perfecto repository.

    Copy
    https://ps.app.perfectomobile.com/repository/api/v1/artifacts?artifactType=IMAGE
  4. Below the URL, on the Headers tab, do the following:

    1. In the KEY field, enter Perfecto-Authorization.

    2. In the VALUE field, enter your security token. For information on retrieving your token, see Perfecto security token.

  5. Click Send.

    The request response should appear in the lower pane.