Skip to main content
POST
Consume a forwarding-destination verification token

Body

application/json
token
string
required

Opaque verification token from the email link's ?token= query parameter.

Example:

"lkM2_oXk-OQAAAAA..."

Response

Token consumed (or was already consumed for this destination)

success
boolean
Example:

true

status
enum<string>
Available options:
verified,
already_verified
Example:

"verified"

email
string<email>
Example:

"team@theirinbox.com"

rules_updated
integer

Number of forwarding rules flipped to verified = 1 by this request. Only present when status = verified.

Example:

3