HandleConfirm domain disable via query token

Confirm domain disable via query token

curl -X GET "https://mail.haltman.io/api/handle/domain/disable/confirm?token=example_string" \
  -H "Content-Type: application/json"
{
  "ok": true,
  "created": true,
  "updated": true,
  "handle": "example_string",
  "goto": "user@example.com",
  "active": true,
  "domain": "example_string",
  "disabled": true
}
GET
/api/handle/domain/disable/confirm
GET
Base URLstring

Target server for requests. Edit to use your own host.

Request Preview
Response

Response will appear here after sending the request

Query Parameters

Responses

okboolean
Required
createdboolean
updatedboolean
handlestring
gotostring
activeboolean
domainstring
disabledboolean