API Reference‎ > ‎Setup Service‎ > ‎

Validation Update

Update Validation Method

REST API Method: Validation Update

Updates the validation method used for a particular account

 

URL:

https://api.mailmonitorapp.com/mma/setup/validationupdate?method=1


Parameters:

method:

    0 = from address validion

    1 = x-header validation

    2 = html tag validation


HTTP Method(s):


Post


Example:


POST to https://api.mailmonitorapp.com/mma/setup/validationupdate?method=1


Response:


Returns an integer on success. On failure it returns an error with code 500.

Comments