Projjex API

Authentication

You need to login to the Projjex™ API just as you do when using the application. Your login information is also the same - your email address and password are used to identify you.

Your account must meet the following requirements before you can login:

  • You must have a TeamPlus, Professional, Corporate or Enterprise account. Free (Team) accounts must upgrade in order to use the API.
  • You must have enabled API access for your Projjex™ account, as follows:
    • Login to Projjex™ at https://my.projjex.com
    • Click on the Settings option and select the Account tab
    • Check off the "Allow API access to my projects" option and click Save.

Once your account is setup, you can login using the Login method.

The Projjex™ API will give you access to all your own projects, plus any projects you have been invited to join and whose owner also has enabled API access for their account. If a project owner has not enabled API access, their projects are not available through the API even if you are part of their project.

The Login method will return an encrypted session token that you must use on all subsequent API calls. Your session is valid until the Logout method is called, or until 30 minutes of inactivity have passed.

Quick Links
Support

.NET developers can download our .NET API Wrapper. The wrapper simplifies using the Projjex™ API by returning .NET objects.

API Methods