Site Check
Special endpoint that can be used to see if a URL is available for publishing
Site Check
GET /api/v2/sites/check/?formatted_domain=example.com&base_directory=/Parameters
Response
{
"available": true
}{
"available": false,
"object_class": "Site",
"object_pk": 1710945
}Last updated