---
title: "GET /api/v1/affiliate/account/windsor"
method: GET
path: "/api/v1/affiliate/account/windsor"
tags: ["Account", "Affiliation"]
---

# GET /api/v1/affiliate/account/windsor

`GET /api/v1/affiliate/account/windsor`

Returns only non-secret Windsor connection state for the authenticated Affiliate account.

## Cookies

- `billing_session` string

## Response `200`

The safe Windsor configuration state; the API key is never returned.

- object
  - `active` boolean, required
  - `configured` boolean, required
  - `updatedAt` string, date-time, nullable, required
  - `warning` 'NO_GOOGLE_ADS_ACCOUNTS' | 'null', nullable, required

## Other responses

- `400` — The query or session cookie is invalid.
- `401` — No valid Affiliate session exists.
- `503` — Windsor configuration is temporarily unavailable.

---

[API](https://skmtc.dev/expertschat/apis/billing-core-api.md) · [All operations](https://skmtc.dev/expertschat/apis/billing-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/expertschat/billing-core-api/revisions/c6d0e986ce32/schema)
