---
title: "Ads Oauth Callback"
method: GET
path: "/ads/google/callback"
tags: ["ads"]
---

# Ads Oauth Callback

`GET /ads/google/callback`

Where Google returns the customer. Public by necessity, signed by design.

## Query parameters

- `state` string
- `code` string
- `error` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/stormy/apis/stormy-control-plane.md) · [All operations](https://skmtc.dev/stormy/apis/stormy-control-plane/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stormy/stormy-control-plane/revisions/057ff10926a4/schema)
