Auth

Request login verification code

Path:

/api/v1/auth/vercode

Method:

Post

Content-type:

Json

Parameters:

  • email <string> optional, email used to receive verification code

  • phone <string> optional, phone number used to receive verification code

  • intent <string> can be: login

Response:

  • code <int> response code

  • message <string> response message

Last updated