🐯

GanttPRO API

2021/05/03に公開

The API allows developers to safely and securely access information from the GanttPRO account. You can use it to integrate GanttPRO into your existing business processes or extend GanttPRO the way specific for your team.

As an example, you can add your own notification channels, sync data with other task management systems, reporting or time tracking tools.

Endpoint
All calls to the API need to start with the appropriate base URL:
https://api.ganttpro.com/v1.0/

Authentication
All requests to the GanttPRO REST API require X-API-KEY HTTP header:
X-API-KEY: YOUR_TEAM_API_KEY_HERE

Example:
X-API-KEY: abc1234aacc640ba803908a9dd668cb2

Where can I get an API key?
You can create and manage your API Keys in the web interface.

Only owner of the GanttPRO team account are able to generate API keys for the team. https://ganttpro.com/

API keys should be secure and never being shared publicly.

The API is now in Public Beta state. More information: https://ganttpro.readme.io/reference#getting-started-with-your-api

Discussion