Query the PetExec daycare and boarding calendar via the scheduled_service_read API scope
domain: beta.petexec.net · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Authenticate with a PetExec API application granted the scheduled_service_read scope
Call the Calendar endpoint (published as a 'Full Data Example' under GetDaycareCalendar in PetExec's apidoc) to retrieve scheduled daycare/boarding events for a date range
Parse returned events for run/kennel assignment, service type, and attendance status
Cross-reference calendar IDs with data from the owner_read scope to attach customer and pet names, since calendar records return IDs rather than full profiles
Poll on a schedule, since PetExec's public API docs do not advertise an outbound webhook mechanism for calendar changes
Known gotchas
The interactive API reference lives on a beta subdomain (beta.petexec.net/api/apidoc) - treat it as pre-production and validate responses against your live account before shipping
No webhook/event-push mechanism is documented for calendar changes, unlike Gingr's HMAC-signed webhooks, so real-time sync requires polling
PetExec's ongoing migration into Gingr may change or retire these endpoints - confirm current endpoint status with PetExec support before starting a new integration
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?