Hi @NeelamMacwan,
A 403 error definitely looks like an authorization problem. There's a username and a password for that API, which you have to supply to make it work.
Are you certain you have the Authorization header correct? Hint: it should be something like this: Authorization: Basic YXB...cGk=
Best regards,
Ian
Thank for your reply, Ian.
Yes, I have supplied the username and password as given in the course. Do I need to change anything in the Param.
Also, I am following the course guide correctly which informs about using basic authentication: username and password.
Can you please check what could be the issue here.
Regards,
Neelam