# GET /company/settings/tag-palette

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

Get the company-wide tag palette -- the list of pre-defined tags shown as quick-picks in the Add Tag modal on opportunity cards. Returns an array of {name, color} objects stored in company_settings.deal_tag_options.

## Response example

```json
{
  "data": [
    { "name": "Hot Lead", "color": "#ef4444" },
    { "name": "Priority", "color": "#f97316" },
    { "name": "Follow Up", "color": "#3b82f6" }
  ],
  "meta": { "credits_remaining": 9490, "url": "https://app.trustpager.com/settings/crm" }
}
```

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