logo
EndpointsConfirm subscribe/unsubscribe token
Endpoints

Confirm subscribe/unsubscribe token

curl -X GET "https://mail.haltman.io/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
/forward/confirm
GET
Request Preview
Response

Response will appear here after sending the request

Query Parameters

Responses

okboolean
confirmedboolean
intentstring
Allowed values:subscribesubscribe_addressunsubscribe
createdboolean
removedboolean
reasonstring
addressstring
gotostring
Was this page helpful?
Built with Documentation.AI

Last updated 1 week ago