cURL
curl --request POST \ --url https://api.example.com/auth/refresh
Refresh the access token using a valid refresh token.
Documentation IndexFetch the complete documentation index at: https://docs.tattoo.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.tattoo.dev/llms.txt
Use this file to discover all available pages before exploring further.
{ "refresh_token": "jwt" }
{ "success": true, "message": "Tokens refreshed successfully", "tokens": { "access_token": "jwt", "refresh_token": "jwt", "expires_in": 86400 } }
Was this page helpful?