---
title: "Follow Status Check"
method: POST
path: "/check-follow"
tags: ["Verification"]
---

# Follow Status Check

`POST /check-follow`

Checks whether one Twitter/X user follows another account. You provide the required user identifiers in the request, and the endpoint returns afollow value (true or false)

Use cases:

SaaS products verifying follow conditions for gated access; marketing tools checking if influencers follow a brand account; automation systems validating follow relationships before triggering actions; CRM platforms enriching relationship data between accounts; growth tools measuring campaign-based follow conversions.

## Request body

- VerificationCheckFollowReq
  - `project_handle` string
  - `project_id` string
  - `user_id` string
  - `user_link` string
  - `username` string

## Response `200`

OK

- VerificationCheckFollowResp
  - `follow` boolean
  - `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)
