Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost/mogl/mogl-backend/api/twitter_timeline \ --header 'Content-Type: application/json' \ --data ' { "twitter_id": "123456789", "pagination_token": "next_token_abc" } '
{ "data": [] }
Twitter numeric user ID (NOT username)
"123456789"
Cursor token for next page of tweets
"next_token_abc"
Twitter timeline data (passthrough from Twitter API)
[]