---
title: "Get a list of available domains"
method: GET
path: "/shorten/domains"
---

# Get a list of available domains

`GET /shorten/domains`

The endpoint allows to get a list of available domains for shortening URLs

## Headers

- `Authorization` string, required
- `Content-Type` string, required

## Request body

- object
  - `domains` unknown[] — Array of the domain object
    - unknown
  - `name` string — The domain name
  - `available` boolean — Whether the domain is available for use or not.

## Response `200`

200

- object
  - `domains` object[]
    - `name` string
    - `available` boolean

## Other responses

- `400` — 400

---

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