General Information
...
Name | Source | Mandatory | Type | Special Format | Description |
---|---|---|---|---|---|
token | Query | YES | String | N/A | Generated by Urac and email to user after change email request is made. |
...
Code Block | ||||
---|---|---|---|---|
| ||||
> CURL -X GET http://127.0.0.1:4000/urac/changeEmail/validate?token=abcdef |
...
Code Block | ||||
---|---|---|---|---|
| ||||
{ "result": true, "data": true } |