# GET /our-company/referral-settings

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

Get the workspace referral settings: referral_form_template_id (the form pinned onto every referral link, where referrers/clients submit a referral) and referrer_portal_template_id (the portal template instantiated for a referrer). Configured in the UI at https://app.trustpager.com/settings/tools.

## Request example

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

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