Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

General Information

...

NameSourceMandatoryTypeSpecial FormatDescription
tokenQueryYESStringN/AGenerated by Urac and email to user after change email request is made.

...

Code Block
languagebash
titleCalling YOUR Validate API
 > CURL -X GET http://127.0.0.1:4000/urac/changeEmail/validate?token=abcdef

...

Code Block
languagejs
titleYOUR Validate API response
{
	"result": true,
	"data": true
}