Skip to main content
POST
/
v1
/
operations
/
auth
/
google
/
sessions
Create operations session from Google OAuth
curl --request POST \
  --url https://api.example.com/v1/operations/auth/google/sessions \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com"
}
'

Body

application/json
email
string<email>
required

Response

Session created (tokens issued), or MFA required (requiresMfa: true), or MFA setup required (requiresMfaSetup: true)