ID Token vs Access Token for BFF

We need to call the our application through BFF layer to get order history which is in the application only - In this case which token we should use to call the application Id token or access token - if access token how to get information ?
Our users are in Auth0 and we also have a corresponding user in our application also.