Create account with Google OAuth
users
Create account with Google OAuth
Creates a new user account using Google OAuth credentials. The Google ID token is validated and the email is automatically verified.
POST
Create account with Google OAuth
Documentation Index
Fetch the complete documentation index at: https://docs.platform.arb.inc/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json
Google OAuth ID token (1-2000 characters)
Example:
"eyJhbGciOiJSUzI1NiIsImtpZCI6IjJkOWE..."
User's first name (1-100 characters)
Example:
"John"
ISO 8601 timestamp when user accepted terms of service
Example:
"2025-08-15T10:30:00.000Z"
User's last name (1-100 characters, optional)
Example:
"Doe"
Response
Account successfully created