If you need API access to Pio, it’s important to understand how integrations work.
Integrations in Pio are kept separate by design. This means:
- Each integration only has access to the data it creates or sends
- Integrations do not share data with each other
- Adding a new integration does not grant access to data from existing integrations
Accessing existing data
If you need access to data (e.g. Purchase Orders or Inventory) that already exists in Pio, you can use the export options in Pio Admin. Direct API access to data from another integration is not supported.
Recommended approach
If you need full API access to your data, a new integration must be added. Ensure this integration pushes all relevant data (e.g. Purchase Orders) into Pio. This way, your integration will have full read and write access to the data it manages.
API documentation is available here: Pio.dev