API Reference
Build your own integrations on top of PMT+. Our API is REST-based, JSON-only, and follows predictable resource-oriented URLs.
Authentication
All API requests require a bearer token. Generate a personal access token from your profile settings.
curl -H "Authorization: Bearer YOUR_TOKEN" https://api.pmt.plus/v1/projects
Core resources
- /projects — create, list, update, archive
- /tasks — manage tasks across projects
- /teams — workspace members and roles
- /automations — programmatic access to rules
- /webhooks — subscribe to real-time events
Full reference, response shapes, and SDKs are coming soon.