TTWrite API: Follow & Unfollow User
Endpoint URL
//ttwrite.4up.eu/mobile_api/follow
Description
This API allows users to follow or unfollow another user on the TTWrite platform.
Parameters
Field | Value | Remarks |
---|---|---|
user_id | integer | The unique identifier of the user to be followed or unfollowed. |
action | string | Either follow or unfollow . Specifies the action to perform. |
Example Usage
httpCopy codePOST //ttwrite.4up.eu/mobile_api/follow
Content-Type: application/json
{
"user_id": 123,
"action": "follow"
}
Notes
- Authentication is required to access this API.
- Ensure that the
user_id
corresponds to an existing user on the platform. - Use the appropriate
action
value to toggle between follow and unfollow functionality.
admin December 9, 2024 API follow action, API unfollow action, follow endpoint TTWrite, follow unfollow endpoint, follow user API, follow user authentication, follow user example, follow user parameters, TTWrite API, TTWrite follow API, TTWrite follow documentation, TTWrite user actions, unfollow action API, unfollow endpoint TTWrite, unfollow user API, unfollow user example, user follow functionality, user relationship API, user unfollow functionality API, Social Media, TTWrite Comments Off on TTWrite API: Follow & Unfollow User