Skip to main content
POST
User Tweets

Authorizations

ApiKey
string
header
required

Body

application/json

link or user id required, next_cursor optional

next_cursor
string

Pagination cursor from a previous response.

Example:

"ASDJKHFJWQE123Q"

user_id
string

Numeric Twitter/X user ID. Provide either link or user_id.

Example:

"123"

Full URL of the user's profile. Provide either link or user_id.

Example:

"https://twitter.com/username"

username
string

Twitter/X handle of the user. Provide either link or username.

Example:

"username"

Response

OK

next_cursor
string

Cursor for fetching the next page of results. Null or absent if no more pages.

tweets
object[]

Array of tweet objects.