Skip to main content

Checks if a domain exists

POST 

https://$CUSTOM-DOMAIN/system/v1/domains/:domain/_exists

Checks if a domain exists

Request​

Path Parameters

    domain stringrequired

Body

required

    object

Responses​

A successful response.

Schema

    exists boolean
curl -L 'https://$CUSTOM-DOMAIN/system/v1/domains/:domain/_exists' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d '{}'
Request Collapse all
Base URL
https://$CUSTOM-DOMAIN/system/v1
Parameters
— pathrequired
Body required
{}
ResponseClear

Click the Send API Request button above and see the response here!