I would like to retrieve all messages from Linkedin inbox via API V2.
I Have gone through Linkedin V2 API docs many times, but i still cant figure it out.
I can get profile info with following request through POSTMAN:
https://api.linkedin.com/v2/me?projection=(id,profilePicture(displayImage~:playableStreams))
How to forge the request to recieve Linkedin inbox messages in respond?