I am developing web app and OAuth flow is followed I can access API but what is the best API endpoint to get current authorised user having token only. is there something like https://api.clover.com/v3/merchants/{mId}/me
I understand I receive employee_id in OAuth flow but this is 2 steps before I can make API call.