Skip to main content
POST
Accept a team invitation and set up your account

Authorizations

Authorization
string
header
required

API key for /api/v1/* endpoints

Body

application/json
token
string
required

Invitation token from the email link

Example:

"abc123def456..."

first_name
string
required

First name

Example:

"Jane"

last_name
string
required

Last name

Example:

"Doe"

password
string
required

User password — min 8 characters, must include at least one uppercase letter, one number, and one special character

Minimum string length: 8
Example:

"Password123!"

Response

Invitation accepted successfully.