Logo
Openapi.it Public API Documentation

{{baseUrl}}/check/:domain

GET {{baseUrl}}/check/:domain

This method lets you know if a domain is available

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "data": [], "success": true, "message": "Greeting OK. Login OK. Domain 'provasitotest.it' is available. Logout OK.", "error": null }



Curl
curl -X GET 'baseUrl/check/:domain' -H 'Accept: application/json'

ENDPOINTS