Check Relationship Status

Check relationship status with a LinkedIn user (using first available account)

GET/linkedin/relationship/{profileId}

Check Relationship Status

Check relationship status with a LinkedIn user (using first available account)

Authentication requiredLinkedIn Actions

Code Examples

curl -X GET 'https://api.connectsafely.ai/linkedin/relationship/<profileId>' \
-H 'Authorization: Bearer <your_api_key>' \

Parameters

NameInRequiredTypeDescription
profileIdpathYesstringLinkedIn profile ID

Request Body

No request body.

Responses

StatusDescription
200Successful response

200 Example

{
  "connected": false,
  "invitationSent": false,
  "status": "none",
  "accountId": "507f1f77bcf86cd799439011"
}