Authentication

Register a new user

post/v1/auth/register

Request body

namestring required

Full name of the user

emailstring email required

Email address of the account

passwordstring required

Password for the account (minimum 10 characters)

phonestring

Phone number (optional)

{"stackTrail":"components:schemas:RegisterDto:properties:acquisition","oasType":"schema","type":"unknown"}

Response

User registered successfully

successboolean required

Indicates if the request was successful

messagestring required

Human readable message

timestampstring date-time required

Timestamp of the response

Changes

No recorded changes to this endpoint across all 1 revision of this API.