API Documentation
Intro
Calls
getUserInfo
API Call - getUserInfo
Description
Get information about a particular user. Email, userid, or first and last name are required.
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 |
| uid | no | the user's user-id, one of ud or email must be non-null |
| no | the user's email address, one of ud or email must be non-null | |
| fname | no | the user's first name |
| lname | no | the user's last name |
Examples
Get a user by userid:
https://www.chompon.com/api.php?pid=12&auth=26a4171b3c38b868&method=getUserInfo&uid=8&type=xml
Get a user by email:
https://www.chompon.com/api.php?pid=12&auth=26a4171b3c38b868&method=getUserInfo&email=ruven@chompon.com&type=xml


