API Reference/Endpoints
Retrieve your own profile
GET/api/linkedin/gateway/users/me
Returns the profile belonging to the connected account itself — its own headline, location, email on file, and whether it currently holds a Premium, Recruiter or Sales Navigator seat.
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.
Query parameters
Response fields
Errors
·401 Unauthorized. The key is missing, malformed or has been rotated.·403 Forbidden. The account_id doesn't belong to this key.