---
title: "Check a domain"
method: GET
path: "/v1/domains/{id}/check"
tags: ["Domains"]
---

# Check a domain

`GET /v1/domains/{id}/check`

check a domain that user owns

## Path parameters

- `id` string, required

## Response `200`

Successful operation

- CheckDomain
  - `domain` object
    - `_id` string
    - `user` string
    - `name` string
    - `type` string
    - `project` object
      - `_id` string
      - `project_id` string
    - `status` string
    - `certificatesStatus` string
    - `redirectTo` string
    - `redirectStatus` number
    - `updated_at` string
    - `punycodeName` string
    - `verificationCode` string
    - `created_at` string
    - `__v` number
    - `CNameRecord` string
    - `issuedAt` string

## Other responses

- `400` — Bad request
- `401` — Missing authentication
- `404` — Domain does not exists.

---

[API](https://skmtc.net/liara-cloud/apis/paas.md) · [All operations](https://skmtc.net/liara-cloud/apis/paas/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/liara-cloud/paas/revisions/4413e6f56089/schema)
