AurionAI Docs

Link Google

Link a Google account to the current user.

POST
/api/v1/users/me/linked-accounts/google

Link a Google account to the current user.

Authorization

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"
    }
  ]
}