i am getting this message when i am trying to fetch data using api request but example api (https://api.themoviedb.org/3/movie/550?api_key=THE_KEY) is working fine and also i am seeing a lot of people with API Read Access Token (v4 auth) but mine is plane API Read Access Token. is this the problem ?
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by ticao2 š§š· pt-BR
on July 23, 2023 at 6:29 PM
I will replace your API Key with THE_KEY expression.
It is not good to show your Key to all forum users.
Reply by robbie3999
on July 24, 2023 at 1:09 PM
Hi @anuragKumar_CB_2, please read the authentication basics for details about authentication. Note that you get two authentication tokens, the api key and the read access token, they are two distinct and separate things, and you must use the key in the url and the token in the authorization header.
If this doesn't answer your question, then you will need to provide more information, such as what you are doing and what api calls you are trying to make.