Skip to main content
GET
/
api
/
v1
/
google-auth
/
initiate
Initiate Google Oauth
curl --request GET \
  --url http://localhost:8000/api/v1/google-auth/initiate \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

redirect_url
string | null

Response

Successful Response

The response is of type Response Initiate Google Oauth Api V1 Google Auth Initiate Get · object.