notification::verify
Description
Verify the authenticity of a received notification.
This relates to functionality still under development.
Request details
-
Method
GET
-
URL
https://api.hostingreborn.com/notification/verify/
Arguments
- type
-
The
typevalue of the received notification - recipient
-
The
recipientvalue of the received notification - key
-
The
keyvalue of the received notification - datetime
-
The
datetimevalue 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>