Complete Google OAuth link flow
Authorization
bearer AuthorizationBearer <token>
In: header
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/me/google/link/callback" \ -H "Content-Type: application/json" \ -d '{ "code": "string", "state": "string" }'{
"provider": "google"
}