I’m facing this issue that couldn’t complete Postman Badge.
Anyone can help me in that. I want to complete the badge so I can apply for postman student expert.
Hey @xdev-talha
Welcome to the Postman Community
Do you have the correct Auth set at the Collection level?
That’s what the failure test is expecting.
I was following the API Badge contents. If you can elaborate in which chapter this can be viewed/confirmed would be more better?
It would be in the chapter or part of the training that’s instructing you to add the Authorization at the Collection level with the Auth type of API Key
that has the name api-key
and is a Request Header.
I’m assuming all that from the failed assertion message in the image. As it’s saying that it cannot read the properties because it’s undefined, it suggests that it’s not been set.
Take a look at your Collection, open this up in a new tab and check the Auth
tab.
I have checked it Already set an api-key. completed that steps again to ensure it. but still same issue
Where have you set that, could you share and image of what that looks like at the Collection level?
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.