# GET /our-company

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

Get OUR Company — the workspace's own organisation profile (the business that runs this CRM), shown at https://app.trustpager.com/settings/company. NOT a CRM account/customer — for those use get_company / list_companies.

## Request example

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

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