Skip to main content
POST
Complete email sign-up

Body

application/json
signup_token
string
required

Token returned by POST /signup/start.

Example:

"tok_01jqsignup1234abcd"

code
string
required

6-digit OTP sent to the email address.

Required string length: 6
Example:

"482910"

name
string
required

Display name for the new user.

Minimum string length: 1
Example:

"Alex Johnson"

workspace_name
string
required

Name for the new workspace.

Minimum string length: 1
Example:

"Acme Engineering"

Response

Account created. Use api_token to authenticate subsequent requests.

data
object