---
title: "Link a customer account to a feature request"
method: POST
path: "/feature-requests/{id}/evidence"
tags: ["feature-requests"]
---

# Link a customer account to a feature request

`POST /feature-requests/{id}/evidence`

Creates a manual evidence record linking a customer account to a feature request. Repeated requests create separate evidence records.

**Rate limit:** 20 requests per minute

## Path parameters

- `id` string, required

## Request body

- CreateFeatureRequestEvidenceRequestBody
  - `account_id` string, required — The ID of the customer account to link to the feature request.
  - `summary` string — A summary explaining why this account is linked. Defaults to "Account manually linked via API."

## Response `200`

- CreateFeatureRequestEvidenceResponseBody
  - `data` FeatureRequestEvidence
    - `account_id` string — The ID of the customer account that submitted this evidence (e.g. the account whose issue or call recording is linked), if available.
    - `created_at` string — The time when the evidence was created, in RFC 3339 format.
    - `external_url` string — The URL of the evidence in the external system (e.g. Fathom, Gong). Only included for call recording evidence when the value is known; omitted for other evidence sources.
    - `id` string — The ID of the evidence record.
    - `source_id` string — The ID of the linked issue. Only present for issue evidence.
    - `source_type` string — The source type of the evidence (e.g. 'issue', 'call_recording', 'survey_response', 'manual').
    - `summary` string — A summary of why this evidence supports the feature request.
  - `request_id` string

## Other responses

- `400` — The request was invalid or could not be completed.
- `403` — The authenticated caller or organization is not allowed to access this endpoint or operation.
- `404`
- `500` — An unexpected internal error occurred.

---

[API](https://skmtc.net/usepylon/apis/pylon-api.md) · [All operations](https://skmtc.net/usepylon/apis/pylon-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usepylon/pylon-api/revisions/a7231589e927/schema)
