Programmatically interact with Planasonix using the REST API.
The Planasonix REST API automates everything you do in the UI: manage connections, trigger pipeline runs, inspect history, configure schedules, and integrate with CI/CD. This reference describes how requests are shaped; endpoint paths match your workspace’s deployed API version.
Your workspace uses a region-specific host. The pattern is:
https://api.planasonix.com/v1
If your organization uses a dedicated tenant hostname or private cell, your admin provides the exact base URL (for example https://acme.planasonixapis.com/v1). Always use HTTPS.Prefix every path with the version segment (/v1) so upgrades remain predictable when new major versions ship.
If your workspace publishes OpenAPI 3 metadata, import it into Postman or generate clients in your language. When Mintlify is wired to that spec, endpoint pages appear under this tab automatically.