Use this endpoint to create a new user account by providing your first name, surname, email address, and password.
Once submitted, the system creates the account and sends a confirmation code to the provided email address. You’ll need to verify this code to activate your account via the Account Confirmation endpoint.
When to use:
This endpoint is used during the signup process on our platform, allowing users to register directly through the app or website.
How it works:
Provide your details – Enter your first name, surname, email, and password.
Send a POST request – The information is sent to our system to create your account.
Check your email – If successful, you’ll get a confirmation message.
Activate your account – Complete signup via the Account Confirmation endpoint.