GET
/
twitter
/
user
/
mentions

Authorizations

X-API-Key
string
header
required

Query Parameters

userName
string
required

The user screen name to get. eg. kaitoEasyApi

sinceTime
integer

On or after a specified unix timestamp in seconds.

untilTime
integer

Before a specified unix timestamp in seconds.

cursor
string

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

Response

200 - application/json
has_next_page
boolean

Indicates if there are more results available. If true, use next_cursor to fetch the next page. Warning: Due to Twitter API inconsistency, has_more might return true even when no additional data exists. In such cases, subsequent requests will return empty results - this is a known platform limitation.

message
string

Message of the request.error message

next_cursor
string

Cursor for fetching the next page of results

status
enum<string>

Status of the request.success or error

Available options:
success,
error
tweets
object[]

Array of tweets