API changes in the new version of LinkedIn API. Will the company be available?

This post from LinkedIn mentions open APIs that will still support sharing the company's API , but if you look further down in the Developer Program Transition Guide , it is said that the only available endpoints would be

  • API Profile - /v1/people/~

  • Share API - /v1/people/~/shares

  • API companies - /v1/companies/{id}

Does this mean it /v1/companies/{id}/shares

won't be available? I find this misleading and cannot find the answer anywhere. Anyone?

+3


source to share


2 answers


Good question - I have the same confusion. My interpretation is what /v1/companies/{id}/shares

will be available because:



Finally, if you still find you have questions about what will be possible after May 12th, please take a moment to check out our Apigee API Console and check out the updated documentation on the developer's website.

  1. Apigee API console still showing endpoint/v1/companies/{id}/shares

  2. updated documentation for company pages still shows /v1/companies/{id}/shares

    create company endpoint

+1


source


I found that linkedin no longer supports any access to the company's API endpoint other than the registered company owner. Here is the answer to request the main profile:



LinkedIn::Errors::AccessDeniedError: (403): Member 6xxxxx4 does not have permission to get company 7xxxx1

      

+1


source







All Articles