API Documentation
Intro
Calls
createUserEmailZip
API Call - createUserEmailZip
Description
Create a user if you only have an email and a zip code
Parameters
| Param | Required? | Description |
| pid | yes | your chompon publisher-id |
| auth | yes | your chompon authentication-key |
| zip | yes | the zip code of the user |
| yes | the email of the user | |
| type | no | either JSON or XML. default is XML |
| sub | no | "false" to not subscribe user (subscribes by default) |
| send | no | "true" to send the user a registration email |
| refaid | no | This is the alphanumeric string referencing the desired affiliate. |
Examples
Create user by email/zip:
https://www.chompon.com/api.php?pid=12&auth=26a4171b3c38b868&method=createUserEmailZip&email=chompy@chompy.com&zip=94306


