---
title: "Check Domain"
method: POST
path: "/2/domains/accounts/{account}/check"
tags: ["Domain > Order"]
---

# Check Domain

`POST /2/domains/accounts/{account}/check`

Check the availability of a Domain

## Path parameters

- `account` string, required

## Request body

- object
  - `domain` string, required — The domain name
  - `with_option_prices` boolean — Should return the options price (Fast Anycast, Domain Privacy), default: false

## Response `200`

OK

- object
  - `result` 'success' | 'error' | 'asynchronous', required — Result of the HTTP request
  - `data` 6a791d9bApiDomainCheckDomain
    - `domain` string, required — The targeted domain
    - `is_available` boolean, required — Is the targeted domain available for registration
    - `need_transfer` boolean, required — Is the targeted domain already registred and needs transfer
    - `status` string, required — Current available action
    - `is_premium` boolean, required — Is the domain premium
    - `action` 6a791d9bApiDomainCheckDomainAction
      - `name` 'registration' | 'transfer', required — Name of the action
      - `pricing` object, required — All pricing domain information
        - `currency` 'CHF' | 'EUR' | 'USD', required — Prices currency
        - `registration_periods` integer[], required — Available registration periods
        - `prices` string
        - `registration_period_prices` 6a791d9bApiDomainCheckDomainRegistrationPrice[] — Registration tld price per period
          - `period` integer — Registration period index
          - `amount_excl_tax` number, required — The amount excluding taxes
          - `amount_base_excl_tax` number, required — The base amount excluding taxes

## Other responses

- `400` — Bad Request
- `404` — Not Found

## Changes

- **2026-09-18** `4b4106132e87` — 1 info
  - added `subschema #2` to the response body `allOf` list for the response status `200`

[Change history](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/changes/2/domains/accounts/:account/check/post.md)

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/revisions/64c14a5addb7?raw)
