notification::verify

Description

Verify the authenticity of a received notification.

This relates to functionality still under development.

Request details

Arguments

type
The type value of the received notification
recipient
The recipient value of the received notification
key
The key value of the received notification
datetime
The datetime value of the received notification

Responses

<?xml version="1.0" encoding="utf-8"?>
<success>true</success>

<?xml version="1.0" encoding="utf-8"?>
<success>false</success>
	

Exceptions

Examples

GET /notification/verify/?type=general&receipient=user01@example.com&key=e081ca4228314629e5b8fc1438c848bf&datetime=2009-06-12 19:34:45
<?xml version="1.0" encoding="utf-8"?>
<success>true</success>
	
  1. Index
  2. About the API

    1. Summary
    2. Specification
    3. Do not use undocumented features
    4. Change log
  3. Using the API

    1. Requests
      1. Authenticated requests
      2. Limits
      3. Common request value data types
    2. Understanding responses
      1. HTTP status codes used
      2. Exceptions
        1. access
        2. account
        3. database
        4. hostingaccount
        5. server
        6. system
  4. Function reference