Link Google
Link a Google account to the current user.
Link a Google account to the current user.
AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
id_token*Id Token
Response Body
application/json
application/json
curl -X POST "https://loading/api/v1/users/me/linked-accounts/google" \ -H "Content-Type: application/json" \ -d '{ "id_token": "string" }'null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}