---
title: "Verify connection"
method: GET
path: "/connections"
tags: ["Auth"]
---

# Verify connection

`GET /connections`

**Plan: All plans.**

Cheap authenticated call to confirm credentials work. Used by Zapier.

## Response `200`

OK

- object
  - `status` string
  - `name` string — Authenticated user's name.
  - `account` string — Account business name.

## Other responses

- `401` — Missing/expired credentials, an index request without a required filter, or the plan does not include this endpoint.

---

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