Skip to main content
POST
Register
Registers a new user in the Contafy platform. After successful registration, a verification email is sent to the provided email address.

Authentication

No authentication required.

Request Body

string
required
User’s email address. Must be a valid email format and unique in the system.
string
required
User’s password. Should meet security requirements (minimum 8 characters recommended).
string
User’s first name (optional).
string
User’s last name (optional).
string
User’s phone number (optional).

Response

string
Success message confirming registration.
object
The newly created user object.
string
Unique user identifier.
string
User’s email address.
string | null
User’s first name.
string | null
User’s last name.
string | null
User’s phone number.
boolean
Email verification status. Will be false for newly registered users.
string | null
Version of the product tour completed by the user.
string | null
Timestamp when the tour was completed.

Example Request

Example Response

Error Responses

string
Error type identifier.
string
Human-readable error message.

Common Errors

400 Bad Request
400 Bad Request