Authorizations
Response
Successfully retrieved redirect URL
URL to redirect the user to
curl --request GET \
--url https://api.gputrader.io/v1/users/redirect \
--header 'X-API-Key: <api-key>'
"<string>"
Retrieve the appropriate redirect URL based on user authentication state
curl --request GET \
--url https://api.gputrader.io/v1/users/redirect \
--header 'X-API-Key: <api-key>'
"<string>"
Successfully retrieved redirect URL
URL to redirect the user to