Search and retrieve Envoy visitor entry records with the Entries API, filtering by location and sign-in time, then update an entry's custom fields or sign-out time.
domain: developers.envoy.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Obtain an OAuth2 bearer token for your Envoy app scoped to the entries resource
Call GET /v1/entries with query parameters such as locationIds, signedInAtAfter/Before, email, and pagination controls to list matching entries
Call GET /v1/entries/{id} to retrieve a single entry's full details
Call POST /v1/entries/{id} to update fields like signedOutAt, fullName, email, or customFields
To set a host on an entry, write the host name into a customFields entry, since Entries do not expose a direct host-employee field like Invites do
Known gotchas
Entries default to 100 results per page, so use the page and perPage parameters to walk large result sets
Unlike Invites, Entries have no dedicated host-employee field - hosts must be captured through customFields
Public app tokens are throttled per install, so batch entry updates rather than issuing one request per visitor
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?