Users Get Me (users/me) - No access to route

Hi everyone! During development I've been using the /users/me endpoint as a way to test for successful authentication with the Sky API. However, now after moving the application to a test environment with a test user, it seems this route no longer works as expected. I keep getting the following error:

{
message: 'You do not have access to this route.',
error_code: 401,
error_name: 'ServiceClientException',
raw_message: 'You do not have access to this route.'
}

I can reach other endpoints just fine. Any ideas on why this is happening? Thanks!

Categories