Update the request URL: Update the collection_uid in the request URL with the collection ID from the previous step, by pasting it into the request URL field.
Get your Postman API Key: Create a new Postman API Key and then open Postman Vault (Accessed via the bottom right menu bar). Create a new Postman Vault variable called postman_api_key and add your Postman API Key as the Value. Once the changes are saved, Postman will use the Postman Vault variable to authorize your request as shown under the Headers tab of the request.
After Hitting the Sent Button I got the authentication error.
{
"error": {
"name": "AuthenticationError",
"message": "Invalid API Key. Every request requires a valid API Key to be sent."
}
}
Please do not hardcode or share any API keys - Can I ask that you delete this key and recreate another one. The reason for the vault is to store sensitive data locally and hidden from others. Sharing images of the key within the Vault exposes that.
A common error here is that you’re not using the Postman Agent when making requests with the Web Version of Postman.