The ProjectManager REST API uses API keys generated from within the ProjectManager application.
To create an API key to begin using the ProjectManager API, follow these steps:
admin or global admin roles only.If you use a ProjectManager SDK, it’s easy to
Example code for the following programming languages demonstrates how to implement these steps:
The value provided to WithCustomEnvironment should be either production or api.projectmanager.com. The value provided to WithBearerToken should be the API key you generated.
If you would prefer not to use a software development kit, that’s fine! The ProjectManager API is available at https://api.projectmanager.com. This web page shows the current version number of the API and allows you to review the latest Swagger/OpenAPI files.
You can either use OAuth tokens (for interactive applications) or API keys (for unattended applications) to contact the ProjectManager API. All Admin and Global Admin level users within your workspace are permitted to create API keys. Users with more limited roles will not be able to create API keys.
Credentials are sent to the API using the Authorization header as follows:
You can experiment with the API using the interactive swagger environment.