Sign Up

Registers a new customer. The response contains an access and a refresh tokens for usual customers. But the response contains a temporary token and list of field for verifaction if the customer must confirm somme information.

The new customer should complete the SignUp procedure to create their profile and main account in the system.

Sign Up is a multi-steps procedure:

  • enter valid email and phone number (these are the main customer’s identifiers in the system)
  • create password
  • verify either phone number / email or both of them (depending on settings)
Body Params
string
required

The email address of the customer signing up.

string
required

The password for the customer's account.

string
required

The confirmed password for the customer's account.

string
required

The phone number of the customer signing up.

string

The preferred language of the customer.

string
enum

The role name assigned to the customer.

Allowed:
attributes
object
Responses

500

Internal server error

Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json