PSOhub API: Getting Started
Discover how to access and build with the PSOhub API
Published: 1 June 2026
Audience
-
Admin
Objective
Understand what the PSOhub API offers, how it is structured, and how to request access so you can start building integrations with PSOhub.
Introduction
The PSOhub API enables teams of any size to build robust integrations that extend and customize their PSOhub environment. Whether you are automating workflows, syncing data with external systems, or building a custom application, the API gives you programmatic access to your PSOhub data.
All PSOhub APIs are built using REST conventions and designed around a predictable URL structure. They use standard HTTP methods (POST, GET, PUT, DELETE) and return standard JSON responses. All API calls are made to https://www.psohubapp.com.
Integration Options
There are two approaches to building integrations with PSOhub:
Private app: Build an internal integration for a single PSOhub account. Use this approach when you want to access and manage data within your own organization only.
Public app: Build an app that can be installed across multiple PSOhub accounts. Public apps are created and managed through a developer account, authenticated with OAuth 2.0, and configured with a specific set of features and permissions. Developer accounts also allow you to monitor app status and performance, and publish apps to the PSOhub App Marketplace.
How to Get Access
Access to the PSOhub API is currently invite only. To request a developer account and access to the test environment, contact the PSOhub team at Hello@psohub.com.
Once your app has been reviewed and approved, you will be granted access to the production environment.
📌 Note: All apps must be approved by PSOhub before they can access the production environment.