Overview
REST API v4 is the newest iteration of our application programming interface for ProjectManager.com.
Quickstart
Your team can get started with the ProjectManager API right away - here’s how.
-
All ProjectManager.com workspaces have access to the API. If you don’t have a workspace, create a free trial now!
-
Once you have signed up for an account, any users with the
Admin
orGlobal Admin
roles within your workspace can create an API key within ProjectManager. Remember to save your API key in your company’s secure credential storage system! -
Download the appropriate software development kit for your favorite programming language, or visit our API page to look at our Swagger/OpenAPI definitions.
Using the API
All API calls to ProjectManager.com use the URL https://api.projectmanager.com/
regardless of your workspace’s custom URL. You must use a bearer token to contact the API.
The ProjectManager.com API allows you to synchronize data from other systems to your project files and data.
The following are ideas for integrating with the ProjectManager API.
- Notify your accounting system when a task is completed, so they can send an invoice to the customer
- Import data from your internal IT systems into tasks
- Run a security scan on your software and automatically create a task for each risk
- Automatically synchronize comments to tasks
Common use cases
The ProjectManager API provides lots of features that you can use to help automate your day-to-day processes. One good way to get started is to look at the most commonly used APIs such as these:
- Create a new Project
- Query for Tasks within a Project
- Create a Comment on a Task
- Update a Custom Column on a Task
If you want to look at some example code, check out our ProjectManager example code repository on github.
Support
If you have any concerns or questions just drop us an email to support@projectmanager.com.
We make available information about our company’s security policies on https://trust.projectmanager.com/, and you can view the status of our product at https://status.projectmanager.com/.