All requests are done via HTTP POST to
https://www.wellcomemat.com/ and will return a JSON response. If you would like the API to do something that is not listed here,
visit our Help.
NOTES
1.
Authentication parameters are also required for each request.
2. All parameters should be set in the body, as 'form data'.
3. Required fields are marked with an asterisk.
4. The start and end date cannot exceed a 6 month time interval.
Create Account: /api/account/create.php
Parameter Name |
Label |
unique_id* |
Unique ID* |
email* |
Email* |
firstname* |
First Name* |
lastname* |
Last Name* |
zip |
Postal Code |
phone |
Phone Number |
website |
Website |
Update Account: /api/account/update.php
When using the update account API, the unique_id and email cannot be changed for an existing user. However, first name, last name, zip code, phone number, and website URL can be updated.
Parameter Name |
Label |
unique_id* |
Unique ID* |
email* |
Email* |
firstname |
First Name |
lastname |
Last Name |
zip |
Postal Code |
phone |
Phone Number |
website |
Website |