Tag: TTWrite token API

TTWrite API: Refresh Access Token

Endpoint URL //ttwrite.4up.eu/mobile_api/refresh_access_token Description This API allows users to refresh their access token, ensuring continued access to the platform without requiring a re-login. Parameters Field Value Remarks refresh_token string The refresh token issued during the initial authentication process. Example Usage httpCopy codePOST //ttwrite.4up.eu/mobile_api/refresh_access_token Content-Type: application/json { “refresh_token”: “eyJhbGc…dXNzIn” } Notes