PSOhub API - Getting Started
Discover APIs, integration guides, and other documentation
PSOhub's developer platform is a core part of our mission to empower organizations to increase their Operational and Financial Project Performance by 22% after one year!
Our APIs are designed to enable teams of any shape or size to build robust integrations that help them customize and get the most value out of PSOhub.
All PSOhub APIs are built using REST conventions and designed to have a predictable URL structure. They use many standard HTTP features, including methods (POST
, GET
, PUT
, DELETE
) and error response codes. All PSOhub API calls are made under https://www.psohubapp.com and all responses return standard JSON.
Setting up
There are several ways to build integrations with PSOhub:
-
To build an internal integration for an individual PSOhub account (e.g., you want to build an app that can access and edit only your organization), create a private app.
-
If you're looking to create a public app that can be installed across multiple PSOhub accounts, you should request a developer account. There are several reasons for this: A developer account is where you create PSOhub apps, each authenticated with OAuth and provided with a configurable set of features and permissions. You can also use your developer account to monitor app status and performance, or publish apps to the PSOhub App Marketplace.
At this moment, gaining access to the API is invite only. If you want to integrate with PSOhub, please reach out to Hello@psohub.com to request a developer account and access to the test environment to develop your app.
Once the app has been approved by us, you will gain access to the production environment.