ChatterBeamDevelopers
PATCH · integrations:write

Select LinkedIn Page

Execute the select_linkedin_page capability through REST or MCP with the same authorization and project checks.

WriteMinimum role: ownerExternal action

REST

PATCH/api/v1/integrations/linkedin
curl "https://chatterbeam.com/api/v1/integrations/linkedin" \
  --request PATCH \
  --header "Authorization: Bearer $CHATTERBEAM_API_KEY" \
  --header "Idempotency-Key: unique-operation-key"

MCP

Tool name: select_linkedin_page. The tool returns the same structured { data, meta } result as REST.

Input

This route has no path parameters. Check OpenAPI for operation-specific query or JSON body fields.

Authorization

Required scope: integrations:write. Scope checks are followed by current project membership and the owner minimum role.

Related resources