Auth APIs/Setup & Login
Get Google OAuth Client ID
GET
/auth/google/client-idFetch Google OAuth client ID for initiating the OAuth flow.
No authentication required
Content-Type:
application/jsonResponse Example
200 OK
{
"action": true,
"message": "Google client ID fetched",
"data": {
"clientId": "123456789.apps.googleusercontent.com"
}
}Code Examples
curl -X GET 'https://<your-domain>:3001/auth/google/client-id'Try It
API Playground
Sends a real request to the configured server