HandleConfirm a handle action via query token

Confirm a handle action via query token

Confirms a pending handle action (subscribe, unsubscribe, domain disable, or domain enable). The intent is determined automatically from the pending confirmation record.

curl -X GET "https://mail.haltman.io/api/handle/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/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