API Reference/Endpoints
Retrieve a profile
GET/api/linkedin/gateway/users/{identifier}
Looks up a person's public LinkedIn profile by their internal id or their public handle, including how closely they're connected to the account making the call. Pass extra section names to pull deeper details like work history or skills in the same response.
Authentication
Send your personal API key as a bearer token. A missing, malformed or revoked key returns 401. The account behind account_id must belong to your key.
Path parameters
Query parameters
Response fields
Pulling many full sections back-to-back can get throttled, sometimes coming back empty instead of erroring. Ask only for the sections you need, and space out repeated lookups rather than firing a big batch at once.
Errors
·401 Unauthorized. The key is missing, malformed or has been rotated.·403 Forbidden. The account_id doesn't belong to this key.·404 Not Found. No profile exists for that identifier.