Refresh Google OAuth tokens
Exchange a Google refresh token for new access and refresh tokens.
POST
/api/auth/google/token-refreshBody
refreshstringrequiredRequest
curl
curl -X POST https://platform.trickest.com/api/auth/google/token-refresh \
-H "Authorization: Bearer $TRICKEST_TOKEN" \
-H "Content-Type: application/json" \
-d '{ }'Responses
200Refreshed Google access/refresh tokens
access_tokenstringrequiredrefresh_tokenstringrequired400Bad Request – validation error or malformed input
codestringmessagestring500Internal Server Error
codestringmessagestring