logo
EndpointsRequest alias removal confirmation email
Endpoints

Request alias removal confirmation email

curl -X GET "https://mail.haltman.io/forward/unsubscribe?alias=example_string" \
  -H "Content-Type: application/json"
{
  "ok": true,
  "action": "unsubscribe",
  "alias": "example_string",
  "sent": true,
  "reason": "example_string",
  "ttl_minutes": 42
}
GET
/forward/unsubscribe
GET
Request Preview
Response

Response will appear here after sending the request

Query Parameters

Responses

okboolean
actionstring
Allowed values:unsubscribe
aliasstring
sentboolean
reasonstring
ttl_minutesinteger
Was this page helpful?
Built with Documentation.AI

Last updated 1 week ago