Create a new User
POST/api/v1/auth/signup
This endpoint creates a new User
associating it with the provided email address. During transition period, OTP verification is optional.
Request
Responses
- 201
- 400
- 401
- 409
- 422
- 500
User was created successfully
Invalid partner ID
Invalid or expired OTP
Email address or wallet address already registered
Invalid request body
Internal server error