TalkToHumans is a LinkedIn workspace to grow your business. The public API and MCP expose connected accounts, contacts, network, and conversation records. Base URL:Documentation Index
Fetch the complete documentation index at: https://talktohumans.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
- API:
/v1 - MCP:
/mcp
API Reference
All endpoints live under/v1.
Response envelope
List endpoints return data under adata key:
| Status | Meaning |
|---|---|
200 | Request succeeded. |
400 | Invalid query parameter, cursor, account ID, or contact ID. |
401 | Missing, malformed, invalid, or expired credential. |
403 | API access is not enabled for the workspace. |
429 | Rate limit exceeded. |
500 | Unexpected server error. |
Pagination
List endpoints use cursor pagination. Request parameters:limit: defaults to10; maximum is25.cursor: pass thedata.pagination.next_cursorvalue from the previous page.