For AI agents: visit https://developer.teamgridapp.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
Jump to Content
TeamGrid Developer HubAPI Documentation
HomeGuidesAPI ReferenceChangelog
API DocumentationWeb AppWebsiteLog InTeamGrid Developer Hub
API Reference
Web AppWebsiteLog In

General

  • TeamGrid API
  • Authentication
  • Pagination
  • Archived elements
  • WebHooks
  • Rate limit

Teams

  • /teamsget

Users

  • /usersget

Contacts

  • /contactsget
  • /contacts/{_id}get
  • /contactspost
  • /contacts/{_id}put

Projects

  • /projectsget
  • /projects/{_id}get
  • /projectspost
  • /projects/{_id}put

Tasks

  • /tasksget
  • /tasks/{_id}get
  • /taskspost
  • /tasks/{_id}put
  • /tasks/{_id}del
  • /tasks/{_id}/startTrackingpost
  • /tasks/{_id}/stopTrackingpost

Times

  • /timesget
  • /times/{_id}get
  • /timespost
  • /times/{_id}put
  • /times/{_id}del

Services

  • /servicesget
  • /services/{_id}get

Tags

  • /tagsget
  • /tags/{_id}get

Lists

  • /listsget
  • /lists/{_id}get
  • /listspost
  • /lists/{_id}put
  • /lists/{_id}del

Webhooks

  • /webhooksget
  • /webhooks/{_id}get
  • /webhookspost
  • /webhooks/{_id}del

Scheduled Work

  • /scheduledWorkget

Journal Entries

  • /journalEntriesget
  • /journalEntries/{_id}get
  • /journalEntriespost
  • /journalEntries/{_id}put
  • /journalEntries/{_id}del

Project Templates

  • /projectTemplatesget
  • /projectTemplates/{_id}get
  • /projectTemplatespost
  • /projectTemplates/{_id}put
  • /projectTemplates/{_id}del
Powered by 
  1. General

Rate limit

The API have a rate limit of 100 requests per minute on every API token and url path.

Updated less than a minute ago


Updated less than a minute ago