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.
- In Postman, in the
Collections
panel, click onYour very first collection
. - Click on
The authentication request
. - Hit the blue
Send
button. In the response area, you should get an answer similar to the one below. - Now, click on
Your very first request
in theCollections
tab. - 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.
- 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.
Don't panic! You just have to send the The authentication request
again and you'll be all good. 😉