I'm trying to get skills from linkedin API.
- I used Postman
- I already got my token for the authorization
Here the get url :
https://api.linkedin.com/v2/skills?ids={id1}&ids={id2}&ids={id3}&local_language=en&local.country=US&start=50
This is coming from the documentation : https://developer.linkedin.com/docs/ref/v2/standardized-data/skills
I always get this answer:
{
"serviceErrorCode": 100,
"message": "Not enough permissions to access: GET /skills",
"status": 403
}
Did I missed something ?