# GET /contacts/:contact_id

**Resource:** [Contacts](./contacts.md)  
**MCP tool:** `get_contact`  
**Scopes:** `contacts:read`  
**Write operation:** no

Fetch a single contact by UUID. Returns the full record including custom fields.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `contact_id` | path | string | yes |  |

## Request example

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

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