# POST /service-requests/:request_id/links

**Resource:** [Service Requests](./service-requests.md)  
**MCP tool:** `link_service_requests`  
**Scopes:** `service-requests:write`  
**Write operation:** yes

Link service requests to each other.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `request_id` | path | string | yes |  |
| `linked_request_ids` | body | array | no |  |

## Request example

```bash
curl -X POST   "https://api.trustpager.com/functions/v1/api/v1/service-requests/:request_id/links"   -H "Authorization: Bearer YOUR_API_KEY"   -H "Content-Type: application/json"   -d '{"linked_request_ids":"..."}'
```

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