ForwardingConfirm alias creation or removal via query token

Confirm alias creation or removal via query token

Executes the confirmation. Functionally identical to POST but accepts the token as a query parameter.

curl -X GET "https://mail.haltman.io/api/forward/confirm?token=example_string" \
  -H "Content-Type: application/json"
{
  "ok": true,
  "confirmed": true,
  "intent": "subscribe",
  "created": true,
  "removed": true,
  "reason": "example_string",
  "address": "123 Main St",
  "goto": "example_string"
}
GET
/api/forward/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
confirmedboolean
Required
intentstring
Required
Allowed values:subscribeunsubscribe
createdboolean
removedboolean
reasonstring
addressstring
Required
gotostring