I have already created a LinkedIn "Company" using my LinkedIn account that allowed me to create an LinkedIn App. I now a clientID and secret but that only gives me access to certain "company" products like advertising, live events etc
For now I can make an API call to "https://api.linkedin.com/v2/userinfo" which just retrieves my name and profile picture. How do I get access to my own information using "https://api.linkedin.com/v2/me".
For now I am getting "Not enough permissions to access: GET /me" and I understand why but where do I get permission to use my app api to get my own data
Thanks in advance