logo
ForwardingConfirm alias creation or removal

Confirm alias creation or removal

curl -X POST "https://mail.haltman.io/api/forward/confirm" \
  -H "Content-Type: application/json" \
  -d '{
  "token": "example_string"
}'
{
  "ok": true,
  "confirmed": true,
  "intent": "subscribe",
  "created": true,
  "removed": true,
  "reason": "example_string",
  "address": "123 Main St",
  "goto": "example_string"
}
POST
/api/forward/confirm
POST
Content-Typestring
Required

The media type of the request body

Options: application/json
Request Preview
Response

Response will appear here after sending the request

Body

application/json

Responses

okboolean
Required
confirmedboolean
Required
intentstring
Required
Allowed values:subscribeunsubscribe
createdboolean
removedboolean
reasonstring
addressstring
Required
gotostring