Update

Method: POST
URL: https://www.wellcomemat.com/api/account/update.php

Notes:

  1. The unique_id and email cannot be changed for an existing user account.

Parameters

KeyTypeDescription
keytext{{key}}
secrettext{{secret}}
emailtextRequired
unique_idtextRequired
firstnametextRequired
lastnametextRequired
ziptextUpdated Postal Code
phonetextUpdated Phone Number
websitetextUpdated Website URL

Response

type AccountUpdateResponse = {
    success: 0 | 1;
    user: string;
    error: string;
    warnings: string;
};