---
title: "Get the connections this brand is still missing"
method: GET
path: "/v3/setup-checklist/"
tags: ["Setup"]
---

# Get the connections this brand is still missing

`GET /v3/setup-checklist/`

Returns one card per integration the brand has not connected and the caller has not skipped, in setup order. Connecting the integration is what removes a card, so there is nothing to mark done.

## Query parameters

- `teamId` string, required

## Response `200`

The outstanding setup cards for this brand.

- object — The outstanding setup cards for this brand.
  - `teamId` string, required
  - `cards` object[], required
    - `key` 'google-search-console' | 'analytics' | 'cms' | 'bing-webmaster-tools' | 'google-pagespeed' | 'indexnow', required
    - `title` string, required
    - `description` string, required

## Other responses

- `400` — No brand on the request.
- `401` — Not signed in.
- `403` — Not a member of this brand.
- `500` — Server error while loading.

## Changes

- **2026-09-03** `faffe73214bc` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/snowseo/apis/snowseo-api/changes/v3/setup-checklist/get.md)

---

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