GET Shares приводит к 403, это проблема с разрешением? - PullRequest
0 голосов
/ 10 июля 2020

Мне нужна помощь с вызовом API LinkedIn. Ошибка на самом деле мало что мне говорит.

curl --location --request GET 'https://api.linkedin.com/v2/shares?q=owners&owners&owners=urn:li:person:XXXXXX' \
--header 'Authorization: Bearer token'

возвращает мне

    "serviceErrorCode": 100,
    "message": "Field Value validation failed in PARAMETER: Data Processing Exception while processing fields [/owners]",
    "status": 403
}```

I have the marketing product for the LinkedIn API. I am not sure if this is a permission issue or some other problem. I get the same problem with owner type organization.
...