POST
/
?action=modifyprivacystatus
curl --request POST \
  --url 'https://domain.hostwithdothost.com/?action=modifyprivacystatus' \
  --header 'Content-Type: application/json' \
  --data '{
  "username": "yourUsername",
  "password": "yourPassword",
  "domain": "thegrtnx.com.ng",
  "status": false,
  "reason": "owner optional comment"
}'
{}

Body

application/json
username
string
required
password
string
required
domain
string
required
status
boolean
required
reason
string
required

Response

200 - application/json

The response is of type object.