Skip to main content
POST
Create user

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
email
string<email>
required

User email address

Example:

"user@example.com"

password
string
required

User password

Example:

"securepassword123"

name
string
required

User full name

Example:

"John Doe"

website
string<uri>

User website URL (optional)

Example:

"https://example.com"

description
string

User description (optional)

Example:

"Brief description about your business"

Response

200 - application/json

User created successfully

success
boolean
Example:

true

status
integer
Example:

200

message
string
Example:

"User created successfully"

timestamp
string<date-time>
Example:

"2025-09-28T16:04:03.484Z"

data
object