---
title: "POST /token/comments"
method: POST
path: "/token/comments"
tags: ["Token Comments"]
---

# POST /token/comments

`POST /token/comments`

Used to retrieve all comments associated with a token. Typically the response includes comments created earlier by Issuer Customer Service representatives detailing additional information about a particular inquiry or event. There may also be comments with warnings of potential fraud. These comments are created automatically by the MDES system when a Token requestor indicates a high risk of fraud during digitization.

## Request body

- TokenCommentsRequestSchema
  - `TokenCommentsRequest` TokenCommentsRequest
    - `AuditInfo` AuditInfo
      - `Organization` string, required — Name of the Issuer or Processor to which the Customer Service Representative who triggered the API request belongs.
      - `Phone` string — Phone Number of the Customer Service Representative who triggered the API request.
      - `UserId` string, required — User ID (as assigned by the Issuer/Processor) of the Customer Service Representative who triggered the API request.
      - `UserName` string, required — User Name of the Customer Service Representative who triggered the API request.
    - `TokenUniqueReference` string, required — The TokenUniqueReference of the token.

## Response `200`

Contains the details of the response message.

- TokenCommentsResponseSchema
  - `TokenCommentsResponse` TokenCommentsResponse
    - `Comments` Comments
      - `Comment` Comment[]
        - `AuditInfo` AuditInfo
          - `Organization` string, required — Name of the Issuer or Processor to which the Customer Service Representative who triggered the API request belongs.
          - `Phone` string — Phone Number of the Customer Service Representative who triggered the API request.
          - `UserId` string, required — User ID (as assigned by the Issuer/Processor) of the Customer Service Representative who triggered the API request.
          - `UserName` string, required — User Name of the Customer Service Representative who triggered the API request.
        - `CommentDateTime` string — Date and time that the comment was updated. Format - YYYY-MM-DDThh:mm:ssTZD .
        - `CommentId` string — Identifier for the comment.
        - `CommentText` string — Comment text.

## Other responses

- `default` — unexpected error

---

[API](https://skmtc.net/mastercard/apis/mdes.md) · [All operations](https://skmtc.net/mastercard/apis/mdes/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mastercard/mdes/versions/b04397d12c87/schema)
