All endpoints

Resolve profile URL

POSThttps://myagentmail.com/linkedin/profiles/lookup

Resolve a LinkedIn profile URL to its profileId, name, headline, and location. Use the returned profileId with /connections for the most reliable connection-request results.

Request body

Content-Type: application/json

sessionId
required
string
profileUrl
required
string

Responses

200Profile data.
404Session not found.
429Daily quota exceeded for this session.

Authentication

Send your API key in the X-API-Key header (or Authorization: Bearer <key>). Any prefix accepted by this endpoint — tk_, wk_, ak_, or sa_ — is documented in the key prefix table.