---
title: "Submit Feedback From Token"
method: POST
path: "/feedback/token-submit"
tags: ["feedback"]
---

# Submit Feedback From Token

`POST /feedback/token-submit`

## Request body

- SubmitFeedbackFromTokenRequest
  - `token` string, required
  - `rating` integer, nullable
  - `additional_comments` string, nullable
  - `feedback_metadata` FeedbackMetadata
    - `call_metadata` CallFeedbackMetadata
      - `another_call_for_ticker` boolean, nullable
      - `call_analyst_again` boolean, nullable
      - `call_analyst_again_tickers` string[], nullable

## Response `200`

Successful Response

- FeedbackResponse
  - `feedback_id` string, uuid, required
  - `entity_type` 'CALL', required
  - `entity_id` string, uuid, nullable, required
  - `rating` integer, nullable, required
  - `additional_comments` string, nullable, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/trytrata/apis/fastapi.md) · [All operations](https://skmtc.dev/trytrata/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trytrata/fastapi/revisions/89fec75ff598/schema)
