---
title: "List domains"
method: GET
path: "/api/domains"
tags: ["Domains"]
---

# List domains

`GET /api/domains`

Shows all domains of current user

## Query parameters

- `limit` integer
- `offset` integer
- `noTeamId` boolean
- `pattern` string
- `teamId` number

## Response `200`

Default Response

- object[]
  - `id` integer, required — Domain ID
  - `hostname` string, hostname, required
  - `unicodeHostname` string, fqdn, required
  - `state` union, required
    - 'extra_records'
    - 'not_registered'
    - 'configured'
    - 'not_configured'
    - 'registration_pending'
    - 'not_verified'
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required
  - `TeamId` integer, nullable
  - `hasFavicon` boolean, required
  - `segmentKey` string
  - `hideReferer` boolean, required
  - `linkType` union, required
    - 'increment'
    - 'random'
    - 'secure'
    - 'four-char'
    - 'eight-char'
    - 'ten-char'
  - `cloaking` boolean, required — Enable cloaking for all links on the domain
  - `hideVisitorIp` boolean, required — Don't store visitor IPs in our database
  - `enableAI` boolean, required — Enable AI for all links on the domain
  - `httpsLevel` union, required
    - 'none'
    - 'redirect'
    - 'hsts'
  - `httpsLinks` boolean, nullable, required
  - `redirect404` string, uri
  - `webhookURL` string, uri
  - `integrationGA` string
  - `integrationFB` string
  - `integrationAdroll` string
  - `integrationGTM` string
  - `clientStorage` object, required
  - `caseSensitive` boolean, required
  - `incrementCounter` string, required
  - `robots` union, required
    - 'allow'
    - 'disallow'
    - 'noindex'
  - `sslCertExpirationDate` string, date-time
  - `sslCertInstalledSuccess` boolean
  - `domainRegistrationId` integer
  - `UserId` integer
  - `exportEnabled` boolean, required
  - `isFavorite` boolean, required

---

[API](https://skmtc.net/short/apis/short-io-api.md) · [All operations](https://skmtc.net/short/apis/short-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/short/short-io-api/versions/288b112e7951/schema)
