Error 403 when consuming my api

I have a task to consume an API by creating an application with MIT App Inventor, but when I make the GET request, I get a 403 error code. I think I need to pass the username and email of my API since I created it in Django, but I don't know how to pass this data. Can someone help me?

write your questions in the post, not the title .The title should be short and presice.

1 Like

when you call an api , always read its document and follow the instruction.