# GET /our-company/pipeline-card-config

**Resource:** [Company](./company.md)  
**MCP tool:** `get_pipeline_card_config`  
**Scopes:** `company:read`  
**Write operation:** no

Get the pipeline (Workflows) opportunity-card configuration. Returns: available_sections (toggleable popout sections with labels + defaults); popout_sections (resolved on/off per section for the hover/popout panel); custom_field_ids (which opportunity custom fields show when the popout "custom_fields" section is on); and card_face ({ opportunity_type, custom_field_ids }) for what shows on the card FACE itself (the opportunity name, customer and value always show; the type and chosen custom fields are opt-in). Popout: notes/next_action/tasks default ON, custom_fields OFF. Card face: all default OFF.

## Request example

```bash
curl   "https://api.trustpager.com/functions/v1/api/v1/our-company/pipeline-card-config"   -H "Authorization: Bearer YOUR_API_KEY"
```

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`