REST API quickstart
Create an API key, authenticate, and make your first request to the LinkedMash REST API.
Start with RESTLinkedMash Developer Portal
Retrieve saved LinkedIn posts, manage labels and drafts, schedule content, and connect AI agents through REST, MCP, webhooks, or a first-party skill.
Create an API key, authenticate, and make your first request to the LinkedMash REST API.
Start with RESTMachine-readable contract for 21 public operations, including typed inputs, responses, and authentication.
View OpenAPI JSONConnect Claude, ChatGPT, Cursor, Codex, or another MCP client to LinkedMash tools.
Read MCP docsReceive signed events when saved posts, labels, schedules, and integrations change.
Read webhook docsChoose REST, MCP, or an agent skill based on the client and workflow you are building.
Connect an agentInstall the first-party skill so compatible coding agents can use LinkedMash with less setup.
Install the skillQuickstart
curl 'https://api.linkedmash.com/v1/bookmarks?limit=5' \
-H 'Authorization: Bearer <your-linkedmash-api-key>'Authentication and environment
Send the key as Authorization: Bearer <key> or in the linkedmash-api-key header.
API keys currently operate on the authenticated LinkedMash account and are not yet permission-scoped.
LinkedMash does not currently provide a separate sandbox. Use GET requests first or connect a dedicated development account before testing writes.