---
title: "Quote Status Check"
method: POST
path: "/check-quoted"
tags: ["Verification"]
---

# Quote Status Check

`POST /check-quoted`

Checks whether a specific user has quoted or retweeted a given tweet. You provide the required user and tweet identifiers, and the endpoint returns a status value (quoted, retweet, or not\_found). If a quote or retweet is found, the response also includes the related date and quote text (if available).

Use cases:

Campaign tools verifying repost or quote participation in promotions; analytics platforms validating different types of engagement; automation systems triggering actions based on quote vs retweet behavior; fraud detection tools checking suspicious repost activity; SaaS products enforcing “quote or retweet to qualify” conditions.

## Request body

- VerificationCheckQuotedReq
  - `tweet_link` string
  - `user_id` string
  - `user_link` string
  - `username` string

## Response `200`

OK

- VerificationCheckQuotedResp
  - `date` string
  - `status` string
  - `text` string
  - `user_protected` boolean

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/sorsa/apis/api-sorsa-io-2.md) · [All operations](https://skmtc.net/sorsa/apis/api-sorsa-io-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sorsa/api-sorsa-io-2/versions/3554485cbc56/schema)
