cURL
Auth
Create a user + send verification OTP
Creates the user (password is hashed, email kept un-verified) and dispatches an email OTP. No JWT is returned — the user must verify their email via POST /api/v1/auth/email-otp/verify, which is the path that mints a credential.
POST
cURL
Authorizations
Access token JWT. Use as Authorization: Bearer . In the API playground, paste the JWT only.
Body
application/json
Example:
"jane@example.com"
Required string length:
8 - 128Example:
"correct-horse-battery-staple"
Required string length:
1 - 120Example:
"Jane Doe"
Available options:
fluide-admin, fluide-capital-admin, fluide-super, fluide-developer Required string length:
1 - 60Example:
"Jane"
Required string length:
1 - 60Example:
"Doe"
Required string length:
1 - 80Example:
"Founder"
Available options:
user, accountant, developer