Facebook Pixel
ApiUncategorized

Check if profile supports email messaging

Check whether a LinkedIn profile has email messaging enabled. Some LinkedIn members allow direct email contact through their profile. Use this to verify before attempting email outreach.

POST/messaging/check-email-support

Check if profile supports email messaging

Check whether a LinkedIn profile has email messaging enabled. Some LinkedIn members allow direct email contact through their profile. Use this to verify before attempting email outreach.

Authentication requiredMessaging

Code Examples

curl -X POST '/linkedin/messaging/check-email-support' \
-H 'Authorization: Bearer <your_api_key>' \
-H 'Content-Type: application/json' \
-d '{"accountId":"string","profileId":"string","profileUrn":"string"}'

Parameters

No parameters.

Request Body

FieldTypeRequiredDescription
accountIdstringNoLinkedIn account ID to use. If not provided, uses the default account.
profileIdstringNoLinkedIn profile public ID (e.g., "john-doe-123")
profileUrnstringNoLinkedIn profile URN (e.g., "urn:li:fsd_profile:ABC123")

Example

{
  "accountId": "string",
  "profileId": "string",
  "profileUrn": "string"
}

Responses

StatusDescription
200Email support status retrieved successfully