---
title: "Repost a token"
method: POST
path: "/tokens/{id}/repost"
tags: ["tokens"]
---

# Repost a token

`POST /tokens/{id}/repost`

Creates a repost for a specific token with an optional comment.

## Path parameters

- `id` string, required

## Request body

- InternalHandlersRepostRequest
  - `comment` string

## Response `200`

OK

- object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.dev/grambo/apis/grambo-api.md) · [All operations](https://skmtc.dev/grambo/apis/grambo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/grambo/grambo-api/revisions/5d88d65e212e/schema)
