Your very first tutorial

Compatible versions: v1.7 / v2 / v3

#Step 3 | Make the REST API request

Alright! You're all set now. Let's launch this request.

  1. In Postman, in the Collections panel, click on Your very first collection.
  2. Click on The authentication request. Authent request in the postman collection
  3. Hit the blue Send button. Send authent request In the response area, you should get an answer similar to the one below. Response area for authent request
  4. Now, click on Your very first request in the Collections tab.
  5. You can see the request we are about to launch. It is using the endpoint referenced here. We are going to ask your PIM to give us its first 100 products. Your very first request
  6. Are you ready? Hit the blue Send button. In the response area, you can see a list of 100 products in json format.

🎉 You've just did your first REST API call!

The authentication token only lasts for one hour. This means that after one hour your token will expire. And you will receive an error message that looks like this. 401 token expired Don't panic! You just have to send the The authentication request again and you'll be all good. 😉