# POST /reputation/request-review

**Resource:** [Reputation](./reputation.md)  
**MCP tool:** `request_reputation_review`  
**Scopes:** `reputation:write`  
**Write operation:** yes

Send a tokenised review request to a contact.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `contact_id` | body | string | no |  |
| `email` | body | string | no |  |

## Request example

```bash
curl -X POST   "https://api.trustpager.com/functions/v1/api/v1/reputation/request-review"   -H "Authorization: Bearer YOUR_API_KEY"   -H "Content-Type: application/json"   -d '{"contact_id":"...","email":"..."}'
```

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