Sign up with email
Authentication
Sign up with Email
Create a new user account using email and password
POST
Sign up with email
Body
application/json
The name of the user
Example:
"John Doe"
The email address of the user
Example:
"john.doe@example.com"
The password for the user account
Example:
"StrongPassword123!"
Optional URL to the user's profile image
Example:
"https://www.cashful.africa/avatar.jpg"
Optional callback URL after successful sign-up
Example:
"https://www.cashful.africa/auth/callback"
Optional flag to indicate if the user should be remembered
Example:
true