It’s failing because you can’t use a client ID to access that function of the API.
You need to get an Access Token
by sending a user to the authorisation url. Read about it in the Instagram Docs.
After that, you make the request to /users
using the Access Token
from before.
solved Instagram followers are not showing?