Authentication
Complete email sign-up
Verifies the OTP and creates the user account and initial workspace. Returns an API token that can be used immediately.
POST
Complete email sign-up
Body
application/json
Token returned by POST /signup/start.
Example:
"tok_01jqsignup1234abcd"
6-digit OTP sent to the email address.
Required string length:
6Example:
"482910"
Display name for the new user.
Minimum string length:
1Example:
"Alex Johnson"
Name for the new workspace.
Minimum string length:
1Example:
"Acme Engineering"
Response
Account created. Use api_token to authenticate subsequent requests.
Complete email sign-up