TeamGriddeveloper
TeamGrid Developer

API v0 recipes

Follow practical TeamGrid API v0 integration recipes for projects, contacts, reporting, webhooks, and time tracking.

These recipes are retained for existing v0 integrations. They combine several endpoint calls into copyable workflows and call out the retry, identifier, and synchronization behavior that matters in production.

Recipe Use case
Create a project with tasks Create a project, add its first tasks, and store the returned identifiers
Import contacts Move customer or supplier contacts from another system into TeamGrid
Synchronize time entries for reporting Pull time entries into a BI, payroll, or invoicing pipeline
Build a webhook receiver Receive events safely and process repeated deliveries idempotently
Start and stop task time tracking Start an active timer and close it with an explicit timestamp

Before you start

Read authentication, requests and responses, pagination, and rate limits before using a recipe against production data.

Store tokens in a secret manager, retain TeamGrid identifiers returned by create requests, and avoid blind retries for v0 write operations. The legacy API does not provide the idempotency and resource-concurrency guarantees available in API v1.

Stable documentation · Developer Platform · Reviewed 2026-07-29Edit this page ↗
Documentation feedbackWas this page useful?
Esc

Search TeamGrid Developer

Find guides, concepts and every API operation.