logo
HandleConfirm handle unsubscribe via request body

Confirm handle unsubscribe via request body

curl -X POST "https://mail.haltman.io/api/handle/unsubscribe/confirm" \
  -H "Content-Type: application/json" \
  -d '{
  "token": "example_string"
}'
{
  "ok": true,
  "created": true,
  "updated": true,
  "handle": "example_string",
  "goto": "user@example.com",
  "active": true,
  "domain": "example_string",
  "disabled": true
}
POST
/api/handle/unsubscribe/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
createdboolean
updatedboolean
handlestring
gotostring
activeboolean
domainstring
disabledboolean