I am doing Building a Data Warehouse on Matillion Academy. In the level 3, I am getting exception 403: ForbiddenException while attempting to create an endpoint in the API profile. Anybody knows the solution?

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