Tag: login endpoint TTWrite
TTWrite API: Social Login (OAuth)
Endpoint URL //ttwrite.4up.eu/mobile_api/oauth Description This API allows users to log in using social login providers via OAuth 2.0. Supported providers may include platforms like Google, Facebook, or Apple. Parameters Field Value Remarks provider string The social login provider (e.g., google, facebook, apple). access_token string The OAuth 2.0 access token receivedRead More
TTWrite API: User Login
Endpoint URL //ttwrite.4up.eu/mobile_api/login Description This API allows a user to log in to the TTWrite platform by providing their credentials. Parameters Field Value Remarks username string The username of the user. password string The password for the user account. Example Usage httpCopy codePOST //ttwrite.4up.eu/mobile_api/login Content-Type: application/json { “username”: “johndoe”, “password”:Read More