Trello| HTTP 401 Error

Hey Developers, I am getting a "HTTP 401 (Unauthorized) error for my trello api key…

I am super confused as to why? I’ve doubled checked to make sure my api key is the right one multiple times. The error brings me to this.
I’m 90% sure it has to do with my trello key.
for i, list in pairs(HttpService:JSONDecode(HttpService:GetAsync("https://api.trello.com/1/boards/"..Trello.."/lists?key="..Key))) do

1 Like

Do you have the right board id and key?

Yes, I do. I have checked multiple times.

This is what error code 401 actually means: 401 Unauthorized - HTTP | MDN.

401 Unauthorized client error status response code indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.

Your request is incomplete.

I don’t get it? It was working fine…

Haha, thank you to the people above this whole time it was not the scripts issue… It was a issue on my end I forgot to make my board public!! :man_facepalming: tysm!! anyways :heart: