Relationships
Check follower
Verify whether one X user follows another for campaign proof, giveaway eligibility, CRM flags, and audit workflows
GET
Check follower
Documentation Index
Fetch the complete documentation index at: https://docs.xquik.com/llms.txt
Use this file to discover all available pages before exploring further.
5 credits per call · All plans from $0.00012/credit
Check follower verifies one known relationship without exporting a follower
list. Pass the participant as
source and the required brand, creator, or
partner account as target. The response returns both directions:
isFollowing for source-to-target proof and isFollowedBy for
target-to-source context.Campaign follow-check handoff
UseGET /api/v1/x/followers/check when a workflow already has both usernames
and needs a single proof for a follow task. It is best for campaign entry
validation, giveaway eligibility, creator partnerships, CRM qualification, and
agent review queues where the participant handle is known before the check.
Single proof
Store one audit event per participant and required account pair.
Both directions
Store
isFollowing as the required proof and isFollowedBy as reciprocal
context.Username inputs
Pass usernames without
@. Use Get user first
when you only have a display name, profile URL, or numeric ID.Audit row
Persist the campaign ID, participant handle, required follow handle,
endpoint, result booleans, and verification state.
Draw handoff
Use Create draw when winner selection also
needs reply, repost, keyword, or unique-author filters.
Stopped audit
Treat
402 insufficient_credits as a stopped audit and resume after
credits are available.Query parameters
Source username without
@. In campaign verification, this is usually the
participant or entrant whose follow action is being checked.Target username without
@. In campaign verification, this is usually the
brand, creator, partner, or required account that may be followed by the
source.Which verification endpoint?
Follow task
Use
GET /x/followers/check for one participant-account follow proof.Retweet task
Use
GET /x/tweets/{id}/retweeters to page
accounts that reposted one source tweet.Reply task
Use
GET /x/tweets/{id}/replies to check
public replies under the source tweet.Quote task
Use
GET /x/tweets/{id}/quotes to inspect
quote-tweet entries.Follower export
Use
GET /x/users/{id}/followers or a saved
follower export when you need many followers for one profile.Giveaway draw
Use
POST /draws when Xquik should apply
follow, repost, reply, keyword, and winner rules together.Headers
Your API key. Session cookie authentication is also supported.
Response
- 200 OK
- 400 Missing params
- 401 Unauthenticated
- 402 Subscription required
- 429 Rate Limit Exceeded
- 424 Dependency Failed
Next steps: Campaign verification workflow
for audit rows and draw handoffs, Get User to
resolve profile details before checking, or Get Account
to check remaining credits.
Last modified on May 25, 2026
Check follower