Facebook Pixel
ApiUncategorized

Check relationship status with specific account

Check the relationship between a specific LinkedIn account and a target profile. Useful for multi-account setups to check relationships from different accounts. Returns connection degree, follow status, and connection status.

GET/relationship/{accountId}/{profileId}

Check relationship status with specific account

Check the relationship between a specific LinkedIn account and a target profile. Useful for multi-account setups to check relationships from different accounts. Returns connection degree, follow status, and connection status.

Authentication requiredRelationships

Code Examples

curl -X GET '/linkedin/relationship/<accountId>/<profileId>' \
-H 'Authorization: Bearer <your_api_key>' \

Parameters

NameInRequiredTypeDescription
accountIdpathYesstringUnique identifier for the LinkedIn account to check from
profileIdpathYesstringTarget LinkedIn profile public ID (e.g., "john-doe-123")

Request Body

No request body.

Responses

StatusDescription
200Relationship status retrieved successfully