Tag: TTWrite mobile API
TTWrite API: Fetch Following Users
Endpoint URL //ttwrite.4up.eu/mobile_api/fetch_following Description This API retrieves the list of users that the authenticated user is following on the TTWrite platform. Parameters Field Value Remarks user_id integer The unique identifier of the user whose following list is being fetched. limit integer Optional. The number of results to return per request.Read More
TTWrite API: Fetch Following Endpoint
The fetch_following endpoint allows you to retrieve the list of accounts that a specific user is following. This endpoint supports pagination for managing large lists of followed accounts. Endpoint URL //ttwrite.4up.eu/mobile_api/fetch_following Overview Use this API to get the list of users that a specific user is following. You can provideRead More
TTWrite API: Fetch Followers Endpoint
The fetch_followers endpoint allows you to retrieve the list of followers for a specific user account. This endpoint supports pagination, making it easy to load additional followers as needed. Endpoint URL //ttwrite.4up.eu/mobile_api/fetch_followers Overview This API is designed to fetch the followers of a given user. By providing the user’s IDRead More