How come my IGDB Api is authorized on Postman but returns empty array?

I used my user-id and got my IGDB token. But my post request to https://api.igdb.com/v4/games returns empty. (actually it just returns only IDs 1-10 and nothing else)

Can anyone help?

It’s basically this problem: https://stackoverflow.com/questions/64901770/why-i-only-getting-ids-back-in-response-igdb-api

IGDB only accepts app access tokens. So if you using a user access token then you won’t get data, but an error response.

You didn’t note the HTTP Error code, or the actual request you are making