Skip to main content

Checks if a domain exists​

Checks if a domain exists

Path Parameters
    domain string required
Request Body required

    object

Responses

A successful response.


Schema
    exists boolean
POST /domains/:domain/_exists

Request

Base URL
https://$CUSTOM-DOMAIN/system/v1
domain — path required
Content-Type
Body required
{}
Accept
curl / cURL
curl -L -X POST 'https://$CUSTOM-DOMAIN/system/v1/domains/:domain/_exists' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{}'