GET
/auth/google/authorize
curl \
-X GET http://localhost:5000/auth/google/authorize
Response examples (200)
{
"authorization_url": "string"
}
Response examples (422)
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}