---
title: "Google OAuth verify ID token"
method: POST
path: "/auth/oauth/google/verify-id-token"
tags: ["auth"]
---

# Google OAuth verify ID token

`POST /auth/oauth/google/verify-id-token`

Verify Google One Tap ID token and issue JWTs

## Request body

- object
  - `credential` string, required

## Response `200`

Default Response

- object
  - `token` string, required
  - `refreshToken` string, required

## Other responses

- `400` — Default Response
- `503` — Default Response

---

[API](https://skmtc.net/blockmatic/apis/basilic-api.md) · [All operations](https://skmtc.net/blockmatic/apis/basilic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockmatic/basilic-api/versions/b2c23a2d8170/schema)
