API return 403 Forbidden (Token Issue)?

Hi! I'm building a project that uses the BattleMetrics API to look up player information, but I'm getting 403 Forbidden responses.
I'm using the /players endpoint with a search filter:
GET https://api.battlemetrics.com/players?filter[search]={steamId}&include=server

My token is passed in the Authorization header as Bearer {token}.
This was working previously but started returning 403 recently. I've tried generating a new token from the developer portal but still getting the same error.
Is there something I need to enable on my account, or specific scopes/permissions required for player lookups? Any guidance appreciated!
Was this page helpful?