logo
EndpointsRequest alias creation confirmation email
Endpoints

Request alias creation confirmation email

Uses either name + optional domain + to, or address + to.

curl -X GET "https://mail.haltman.io/forward/subscribe?name=John Doe&domain=example_string&address=123 Main St&to=example_string" \
  -H "Content-Type: application/json"
{
  "ok": true,
  "action": "subscribe",
  "alias_candidate": "example_string",
  "to": "example_string",
  "confirmation": {
    "sent": true,
    "ttl_minutes": 42
  }
}
GET
/forward/subscribe
Request Preview
Response

Response will appear here after sending the request

Query Parameters

Responses

okboolean
actionstring
Allowed values:subscribe
alias_candidatestring
tostring
confirmationobject
Was this page helpful?
Built with Documentation.AI

Last updated 1 week ago