Use this workflow when a campaign, quest, giveaway, or community task needs a verifiable row per participant. Choose the narrowest check first, then use a draw when the output must include winner selection.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.
Pick the Proof Path
Follow Task
Use
GET /api/v1/x/followers/check?source={participant}&target={brand} to
check one participant and one target account.Retweet Task
Use
GET /api/v1/x/tweets/{id}/retweeters to page users who retweeted one
campaign tweet.Reply or Quote Task
Use
GET /api/v1/x/tweets/{id}/replies for reply rows and
GET /api/v1/x/tweets/{id}/quotes for quote rows.Giveaway Selection
Use
POST /api/v1/draws when the job is selecting winners with follow,
retweet, keyword, hashtag, mention, language, or uniqueness filters.Follow Check
Use this for one participant at a time. Store the participant handle, target handle, response, and timestamp with the campaign record.Tweet-Level Checks
Use tweet-level endpoints when the campaign requirement is tied to one source tweet. Keep the cursor with the participant batch so the job can resume.Retweeters
GET /api/v1/x/tweets/{id}/retweetersReplies
GET /api/v1/x/tweets/{id}/repliesQuotes
GET /api/v1/x/tweets/{id}/quoteshas_next_page is false. Pass next_cursor back
as cursor, and store the campaign ID with every page.
Giveaway Draw
Use draws when the workflow should select winners from replies and optional eligibility filters. Draws can require retweets, a follow target, hashtags, keywords, mentions, language, account age, follower count, and unique authors.type=entries and selected winners with
type=winners.
Audit Row
Store one row per checked participant or draw entry. Do not rely on display names as keys.Cost and Retry Notes
Direct X read endpoints are metered. Budget by participant count and pages.
Draw execution meters the source tweet lookup, replies, optional retweeter
checks, and optional follow checks.
Treat
402 insufficient_credits as a stopped audit. Add credits or narrow the
participant set before retrying.Next Steps
Create Draw
Run a giveaway draw with eligibility filters.
Export Draw
Export winners or all inspected entries.
Check Follower
Verify one source and target relationship.
Get Retweeters
Page users who retweeted one campaign tweet.