Sign Up 1 (Auth Request)

User authentication request by a given user info for sign-up.

POST /api/sign-up

Request with Body

Properties
Type
Required

email

string(~255)

alias

string(~64)

password

string

displayName

string(~32)

Response

Responds the UUID for the next user authentication step when successfully completed.

5428931b-7a9f-4548-81b1-e242b65d2934

Last updated

Was this helpful?