---
title: "Check if an account with this name exists"
method: GET
path: "/accounts/check/{name}"
tags: ["Accounts"]
---

# Check if an account with this name exists

`GET /accounts/check/{name}`

Check if an account name is taken

## Path parameters

- `name` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/pollination/apis/pollination-server.md) · [All operations](https://skmtc.net/pollination/apis/pollination-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pollination/pollination-server/revisions/c1f3c6d96b31/schema)
