Request Google OAuth sign-in URL
Fetches the Google OAuth redirect URL to start the sign-in flow. The client sends the browser to the returned URL.
GET
/api/auth/google/sign-inRequest
curl
curl -X GET https://platform.trickest.com/api/auth/google/sign-in \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Google OAuth sign-in redirect URL
redirect_urlstringrequired400Bad Request – validation error or malformed input
codestringmessagestring500Internal Server Error
codestringmessagestring