Manage pipeline definitions and stages for workflow tracking.
GET /api/pipelines?type=Contact
POST /api/pipelines?type=Contact
curl -X POST "https://your-instance.example.com/api/pipelines?type=Contact" \ -H "Authorization: Bearer <token>" \ -H "Content-Type: application/json" \ -d '{ "name": "Sales pipeline", "stages": ["New", "Qualified", "Closed"] }'