https://api.linkedin.com/v2/people?q=vanityName&vanityName=siva-vanity-url-value
/me url is working for me, but the above mentioned link is not working on postman. Its showing below error.
GET URL: https://api.linkedin.com/v2/people?q=vanityName&vanityName=siva-vanity-url-value (includes header o Auth 2.0 Token)
response:
{
"serviceErrorCode": 100,
"message": "Not enough permissions to access: GET-vanityName /people",
"status": 403
}
can any body help about this Linkedin Dev API. Need to get other profile info (email at least ) from LinkedIn by vanityName.
Thanks in advance.