Update
Method: POST
URL: https://www.wellcomemat.com/api/account/update.php
Notes:
- The
unique_idandemailcannot be changed for an existing user account.
Parameters
| Key | Type | Description |
|---|---|---|
| key | text | {{key}} |
| secret | text | {{secret}} |
| text | Required | |
| unique_id | text | Required |
| firstname | text | Required |
| lastname | text | Required |
| zip | text | Updated Postal Code |
| phone | text | Updated Phone Number |
| website | text | Updated Website URL |
Response
type AccountUpdateResponse = {
success: 0 | 1;
user: string;
error: string;
warnings: string;
};