API Documentation
Intro
Calls
verifyUser
API Call - verifyUser
Description
This call is used to check to see if a user's username and password are correct. It returns information about the user.
Parameters
| Param | Required? | Description |
| pid | yes | your chompon publisher-id |
| auth | yes | your chompon authentication-key |
| type | no | either JSON or XML. default is XML |
| no | This is the user's email address. | |
| password | no | This is the password of the user, passed in so we can verify it. |
Examples
Get a user by userid:
https://www.chompon.com/api.php?pid=12&auth=26a4171b3c38b868&method=verifyUser&email=test@chompon.com&password=tester&type=xml


