Versions Compared

Key

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

Method:/auth/sendActivationCode


Examples:
Method:/auth/sendActivationCode
Parameters:

Code Block
languagejs
titleExample 1
{
	"user":
	{
		"id":"userid"
	},
	"token":
	{
		"serial":"10000000"
	},
	"options":
	{
		"format":"TEXT|HTML",
		"channel":"SMS",
		"expire":"2021-01-01T00:00:00"
	}
}

...