Query and manage (add/update/remove) VIP Email data.
EMAIL ADDRESS (i.e. SOMEEMAIL@ABC.COM) and STATUS (i.e. A, R, D, X) values must be upper case
Endpoints
/rpc/v1/vip/email.html
The browsable documentation for this API endpoint.
/rpc/v1/vip/email.json
Endpoint that will return a JSON response.
/rpc/v1/vip/email.xml
Endpoint that will return an XML response.
Usage
Usage for HTTP GET
Key Name: email
Perform a VIP lookup on the provided email.
The status code (review, decline, etc) will be returned for the given email. Example: email=EMAIL_ADDRESS NOTE: Alpha characters in the EMAIL ADDRESS must be in all UPPER CASE
Usage for HTTP POST
Key Name: email[EMAIL_ADDRESS]
Brackets contain an email address. Key values: A|R|D|X for setting status to approve, review, decline, or delete.
Must provide at least one email with a valid status. Examples: email[EMAIL_ADDRESS]=A email[EMAIL_ADDRESS]=R email[EMAIL_ADDRESS]=D email[EMAIL_ADDRESS]=X