---
title: "Login with Google ID token"
method: POST
path: "/api/auth/google"
tags: ["Auth"]
---

# Login with Google ID token

`POST /api/auth/google`

## Request body

- object
  - `credential` string, required — Google identity credential token

## Response `200`

Login successful

## Other responses

- `400` — Invalid request
- `403` — Insufficient permissions

---

[API](https://skmtc.net/builderz-labs/apis/mission-control-api.md) · [All operations](https://skmtc.net/builderz-labs/apis/mission-control-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/builderz-labs/mission-control-api/versions/b920835b2793/schema)
