Skip to main content
POST
Signup

Description

Create a new user account.

Authentication

None (public endpoint)

Request Body

string
required
User’s full name
string
required
User’s email address
string
required
User’s password (minimum 8 characters)
string
Optional company name
string
Optional country code

Response

boolean
Whether the signup was successful
object
Created user object
string
Success message

Example Request

Example Response