Skip to main content
GET
Get User Mentions

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

userName
string
required

The user screen name to get mentions for.

sinceTime
integer<int64>

On or after a specified unix timestamp in seconds.

untilTime
integer<int64>

Before a specified unix timestamp in seconds.

cursor
string

The cursor to paginate through the results. First page is empty.

Response

200 - application/json

Successful response

tweets
object[]
has_next_page
boolean
next_cursor
string
status
enum<string>
Available options:
success,
error
msg
string
code
integer