get tweet mentions by user screen name.Each page returns exactly 20 mentions. Use cursor for pagination. Order by mention time desc
get/twitter/user/mentions
Query parameters
userNamestring string required
The user screen name to get. eg. kaitoEasyApi
sinceTimeinteger
On or after a specified unix timestamp in seconds.
untilTimeinteger
Before a specified unix timestamp in seconds.
cursorstring string
The cursor to paginate through the results. First page is "".
Response
Tweet quotes response
Changes
No recorded changes to this endpoint across all 1 revision of this API.