# Get pipeline stages Retrieve all pipeline stages for the authenticated user. Requires API key authentication. Endpoint: GET /api-get-pipeline-stages Version: 1.1.0 Security: ApiKeyAuth ## Response 200 fields (application/json): - `success` (boolean) - `data` (array) - `data.id` (string) - `data.user_id` (string) - `data.name` (string) Example: "Nuevo Lead" - `data.color` (string) Example: "#3B82F6" - `data.stage_order` (integer) Order/position of this stage in the pipeline - `data.is_system` (boolean) Whether this is a system-created stage - `data.created_at` (string) - `data.updated_at` (string) ## Response 401 fields ## Response 500 fields