Get User Timeline and Fill Count
Timeline Endpoints
Get User Timeline and Fill Count
Fetch a user’s timeline across pages using POST and try to fill the requested count.
POST
Get User Timeline and Fill Count
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Twitter screen name of the target user (with or without @).
Example:
"axiaisacat"
Body
application/json
Maximum number of tweets to return across all pages.
Required range:
1 <= x <= 1000Example:
20
Response
All fetched tweets and pagination summary.