LynceaAPI

Complete Google OAuth onboarding

POST
/api/v1/auth/google/complete-onboarding

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/complete-onboarding" \  -H "Content-Type: application/json" \  -d '{    "onboardingToken": "string",    "tenantName": "string",    "tenantSlug": "string"  }'
{}