Skip to main content
POST
Error

Body

application/json
phone
string
required
Example:

"+34612345678"

code
string
required

SMS verification code.

Example:

"123456"

password
string<password>
required
Example:

"mySecurePassword123"

full_name
string
required
Example:

"App User"

Response

App user registered successfully with access token.

status
string
Example:

"success"

message
string
Example:

"Operation completed successfully"

access_token
string

JWT Access Token for the registered app user.

Example:

"eyJ..."