Data API
Get User Mentions
Retrieves tweets that mention the specified Twitter user. Typically returns ~20 results per page. You can request additional results by sending another request to the same endpoint using cursor parameter.
get/twitter/user/{username}/mentions
Path parameters
usernamestring required
Username of the target user profile without @.
Query parameters
cursorstring
Cursor value obtained from next_cursor response property. Use this parameter to retrieve additional pages. Omit this parameter to retrieve the first page.
Response
Request succeeded