Retrieve a locksmith company's job list and statuses from Workiz to sync a dispatch board
domain: developer.workiz.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Obtain API token and secret from Settings > Integrations > Developer after enabling the Developer API add-on
Call the job/all/ endpoint on https://api.workiz.com/api/v1/{api_token}/ to list jobs, optionally filtered by date range or status
Parse each job record for status, assigned team member, and scheduled window fields
Cross-reference job status values against the status list configured in the Workiz account, since custom statuses vary per account
Re-poll on an interval (or use webhooks where available) since the API does not push real-time changes on every field
Known gotchas
Job status strings are account-configurable in Workiz, so a status like "En Route" is not guaranteed to exist or be spelled identically across accounts — read the live status list rather than hardcoding it
Large job lists may require date-range filtering; pulling the full history in one call is not a documented pattern
Rate limits and pagination details are not summarized in third-party guides — confirm current limits directly at developer.workiz.com before building a polling loop
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?