Update user/admin email if card kit not activated
This api Update user/admin email if card kit not activated.
REST
Headers
Fields | Type | Description | Example | O/M | Data Management |
---|---|---|---|---|---|
URL | string | /v1/authenticate/update/email | M | ||
METHOD | string | PUT | M | ||
content-type | string | JSON | application/json | M | |
x-access-token | string | Session token with validity | token | M |
Request
Success
{
"email":"newEmail@xyz.com"
}
Error
The above request will send a verification link to the new email address to verify the ownership of the email.