Tag: TTWrite API guide
TTWrite API: Get Started
This guide introduces developers to the TTWrite API, providing an overview of its functionalities and resources. It serves as the starting point for integrating TTWrite’s API endpoints. Key Highlights Notes
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
TTWrite API Documentation: change_password Endpoint
This document provides instructions for using the change_password endpoint to manage user passwords in the TTWrite API. API Endpoint: Change Password API Endpoint Description This API allows users to update their account password by providing their current password and a new password. Post Parameters Field Value Remarks session_id Access tokenRead More
TTWrite API Documentation: avatar_cover Endpoint
This document provides detailed instructions for using the avatar_cover endpoint in the TTWrite API. This endpoint allows users to manage their avatars, profile covers, and cover repositioning. Each section describes the functionality, required parameters, and expected responses. Navigation Overview The avatar_cover endpoint uses a tab-based structure for its functionalities: FunctionalitiesRead More