LynceaAPI

Complete Google OAuth flow

POST
/api/v1/auth/google/callback

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://api.monitoring.crahe-arthur.com/api/v1/auth/google/callback" \  -H "Content-Type: application/json" \  -d '{    "code": "string",    "state": "string"  }'
{}