How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Xquik Users API

Look up, search, and explore user profiles and relationships

Xquik Users API is one of 22 APIs that Xquik publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include User. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and authentication docs.

This API exposes 15 operations across 15 paths, and defines 35 schemas. It is described by OpenAPI 3.2.0, at version 1.0.

Requests are made against a single base URL, https://xquik.com.

15 operations 15 paths 35 schemas 15 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0
Base URL
https://xquik.com/api/v1
Authentication
API Key, HTTP Bearer, API Key
Contact
Resource Areas
1

Authentication & Security 3

Xquik Users API declares 3 security schemes for authenticating requests. An API key is passed in the header as x-api-key (apiKey). It accepts HTTP bearer tokens (oauthBearer). An API key is passed in the cookie as __Host-xquik_session (cookieSession). By default, every request must be authenticated.

  • apiKey — Xquik API key passed through the x-api-key header. Xquik-Api-Key is a vendor-prefixed alias. API keys beginning with xq can also use Authorization: Bearer.
  • oauthBearer — OAuth 2.1 access token passed through Authorization: Bearer. Values beginning with xq remain Xquik API-key credentials, not OAuth tokens.
  • cookieSession — Secure Xquik browser session cookie.

Paths & Operations 15

Across 15 paths, the API surfaces 15 operations — 15 GET. Each is listed below with its method, path, parameters, and response codes.

Users 15

Look up, search, and explore user profiles and relationships

GET
/api/v1/x/users/batch
Look up multiple users by IDs in one call
getBatchUsers 1 param → 200400401402424429502default
GET
/api/v1/x/users/search
Search users by name or username
searchUsers 2 params → 200400401402424429502default
GET
/api/v1/x/users/{id}
Get user profile with follower counts and verification
getUser 1 param → 200400401402404424429502
GET
/api/v1/x/followers/check
Check if one user follows another
checkFollow 2 params → 200400401402424429502default
GET
/api/v1/x/users/{id}/tweets
List recent tweets posted by a user
getUserTweets 30 params → 200400401402404424429502
GET
/api/v1/x/users/{id}/replies
List a user's With Replies timeline
getUserReplies 29 params → 200400401402404424429502
GET
/api/v1/x/users/{id}/likes
List tweets liked by a user
getUserLikes 28 params → 200400401402404424429502
GET
/api/v1/x/users/{id}/media
List media tweets posted by a user
getUserMedia 28 params → 200400401402404424429502
GET
/api/v1/x/users/{id}/followers-you-know
List mutual followers between you and a user
getFollowersYouKnow 3 params → 200400401402424429502default
GET
/api/v1/x/notifications
Get notifications
getNotifications 2 params → 200401402424429502default
GET
/api/v1/x/dm/{userId}/history
Get DM conversation history
getDmHistory 4 params → 200400401402403404424429
GET
/api/v1/x/users/{id}/followers
List followers of a user
getUserFollowers 5 params → 200400401402404424429502
GET
/api/v1/x/users/{id}/following
List accounts a user follows
getUserFollowing 5 params → 200400401402404424429502
GET
/api/v1/x/users/{id}/mentions
List tweets mentioning a user
getUserMentions 30 params → 200400401402404424429502
GET
/api/v1/x/users/{id}/verified-followers
List verified followers of a user
getUserVerifiedFollowers 3 params → 200400401402404424429502

Schemas 35

The contract defines 35 schemas that model the data the API accepts and returns. The most detailed are UserProfile (46 properties), XWriteAction (43 properties), SearchTweet (38 properties), EmbeddedTweet (38 properties). Each schema is shown below with its type and property counts.

XWritePaymentRequired
Durable failed write action with the applicable payment guidance.
XWriteActionAccount
objectnull
Connected account selected for the write.
2 properties 2 required
GuestWalletPurchaseRequest
object
User-confirmed guest wallet checkout request.
2 properties 2 required
TweetArticleMetadata
object
Article metadata attached to a tweet.
4 properties
ContentDisclosure
object
Content disclosure metadata shown by X when a tweet is labeled as paid partnership content or AI-generated media.
2 properties
Error
object
Error response. Default v1 returns a legacy string error code. Send xquik-api-contract: 2026-04-29 to receive the structured best-practice error object.
5 properties 1 required
TweetMedia
object
Normalized media attached to a tweet.
20 properties 3 required
BatchUsers
object
Batch user lookup results. Duplicate requested IDs are ignored while preserving first-seen order. unavailableids identifies processed IDs with no returned prof…
8 properties 8 required
GuestPaymentRequired
object
Credit error for a paid-read guest key with only its accountless guest top-up action.
8 properties 8 required
PaginatedUsers
object
Paginated user profiles. The item count can be lower than pageSize when the source returns fewer profiles or remaining credits cover fewer results. Follow next…
3 properties 3 required
GuestWalletCreateCheckoutAction
object
Explicit direct REST action for a new guest wallet checkout.
13 properties 13 required
TweetNote
object
Complete Note Tweet content and rich-text metadata.
5 properties 1 required
UserAffiliateLabel
object
Organization affiliation label shown on an X profile.
6 properties
SearchTweet
object
Tweet returned from search results with inline author info. A zero metric can mean X did not report the count.
38 properties 8 required
UserHighlightsInfo
object
Profile highlight availability and count metadata.
2 properties
GuestWalletTopupCheckoutAction
object
Explicit direct REST action for a guest wallet top-up.
13 properties 13 required
PaginatedTweets
object
Paginated tweets. Source visibility, filters, or remaining credits can reduce results. An empty filtered page can still have hasnextpage true. Follow nextcurso…
3 properties 3 required
AuthenticatedPaymentRequired
object
Authenticated credit or subscription error with confirmation-gated Stripe checkout actions.
9 properties 9 required
XWriteActionRequest
object
Stable fingerprint and sanitized payload for replay checks.
2 properties 2 required
XWriteActionNextAction
objectnull
Exact follow-up an API client or agent should perform.
4 properties 1 required
TweetCommunityNote
object
Community Note presentation metadata returned by X.
7 properties
UserProfile
object
X user profile with bio, follower counts, and verification status.
46 properties 3 required
TweetPreviousCounts
object
Engagement counts retained from a prior tweet edit.
5 properties
XWriteAction
object
Durable write lifecycle record. Poll statusUrl until terminal is true. Reusing the original Idempotency-Key returns this same record. Submit a new write only w…
43 properties 21 required
XWriteActionBilling
object
plannedCredits is the approved maximum. chargedCredits comes from the settled credit ledger. Pending or failed writes are not charged.
4 properties 4 required
TweetEdit
object
Edit history metadata returned by X.
2 properties
TweetCard
object
Public card metadata attached to a tweet.
4 properties
MppPaymentRequired
object
Anonymous payment requirement for a direct MPP operation. The response includes an MPP challenge and an accountless Stripe action.
9 properties 7 required
GuestWalletAmountBounds
object
Accepted guest wallet purchase range in USD cents.
3 properties 3 required
EmbeddedTweet
object
Quoted or retweeted tweet context. Every object includes id, text, and engagement metrics. A zero metric can mean X did not report the count. Author, media, an…
38 properties 8 required
XWriteActionTarget
objectnull
Existing X resource targeted by the write, when applicable.
2 properties 2 required
AnonymousGuestAuthenticationRequired
object
Authentication error for a non-MPP anonymous paid read. The response also advertises optional accountless Stripe checkout after confirmation.
5 properties 5 required
XWriteActionResult
objectnull
Confirmed result produced by the write, when available.
3 properties
UserIdentityVerification
object
Identity verification metadata displayed by X.
3 properties
TweetPlace
object
Public place metadata attached to a tweet.
8 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

xquik-api-users-api-openapi.yml Raw ↑

Other APIs Xquik publishes across the network.

Xquik API MCP Server
Xquik Docs MCP Server
Xquik Account API
Xquik API Keys API
Xquik Articles API
Xquik Communities API
Xquik Composition API
Xquik Draws API
Xquik Events API
Xquik Extractions API
Xquik Guest Wallets API
Xquik Lists API
Where this information came from

This is an independent, third-party profile of Xquik Users API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.