API Reference

Register a new user

Allows a new user to register with the platform. The provided information should adhere to the specified formats and requirements.

Log in to see full request history
Body Params

User information for registration

string
required

The email address of the user.

string
required
length ≥ 8

Password for the user. Must be at least 8 characters long.

string
required

Reference number for the user. Must be numeric.

date
required

User's date of birth in YYYY-MM-DD format.

string
required

The token generated by the client-side reCAPTCHA widget. This token is used for server-side validation to confirm that the user's interactions are genuine.

string
required

The version of the reCAPTCHA widget being used. Knowing the version is essential for proper server-side validation.

Responses

Language
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json