GET · integrations:read

Get LinkedIn integration

Get LinkedIn Page connection status and available Page choices for a project.

Read only

REST

GET/api/v1/integrations/linkedin
curl "https://www.stalkr.ai/api/v1/integrations/linkedin" \
  --request GET \
  --header "Authorization: Bearer $STALKR_API_KEY"

MCP

Tool name: get_linkedin_integration

The MCP tool accepts the same input schema and returns the same structured { data, meta } result as REST.

Input

projectIdrequired

string

Authorization

Required scope: integrations:read.

Scope authorization is followed by resource authorization. Project operations check current membership and the minimum role required by the underlying workflow.

Related resources