Get TMs data for a specific TM with REST API returns 403 error

I am writing a JAVA lambda handler and attempting to retrieve detailed information from a Translation memory. 

Here is my sample request. 

url:port/.../search like '%' and target eq 'English' and tm eq '1'

It returns 403 unauthorized although I have administrator permission.

The second request returns 0 items in my array. 

url:port/.../search like '%' and target eq 'English' and tm eq '1'