domain: docs.attio.com · 4 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
In-depth guide
Verify Attio webhook signatures — the full failure-mode walkthrough related to docs.attio.com, checked against official docs, with linked verified routes.
Steps
Authenticate with a Bearer token that has list_entry:read and list_configuration:read scopes.
Send POST /v2/lists/{list}/entries/query, identifying the list by its ID or slug.
Use the request body's filter conditions to narrow results to entries matching specific attribute values.
Paginate through results as needed since the endpoint is a query-style POST rather than a plain GET listing.
Known gotchas
The endpoint requires both list_entry:read and list_configuration:read scopes together; missing either causes an auth failure.
This is a query (POST) endpoint, not a simple list GET, so filters must be supplied in the request body.
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?