If I have a LinkedIn organization id, like 123456 can I get the company name or logo?
I can see that it could be done in the previous API:https://learn.microsoft.com/en-us/linkedin/marketing/integrations/community-management/organizations/organization-lookup-api
GET https://api.linkedin.com/rest/organizations/{organization ID}
But it is through the 2-legged OAuth flow.
I tried to create a ticket on zendesk, but I got the following response:
Please note most of our API calls run through 3-legged authorization. We are not assigning 2-legged auth for any of our partners and is not available for any marketing use cases.
Is there an another way to have access to 2-legged auth token? When I try to create a token for my app on this page: https://www.linkedin.com/developers/tools/oauth/token-generator the option for 2-legged is greyed out.
Is it impossible now, to find a linkedin company based on the id?I know that https://www.linkedin.com/company/123456 will redirect to the company page, but I would like an automated solution.