Skip to main content
POST
Accept Invitation

Path Parameters

token
string
required

Body

application/json

Request schema for accepting an invitation.

password
string
required

Password for the new user account

Minimum string length: 8

Response

Successful Response

Response for successful authentication (login).

token
string
required

JWT access token

refresh_token
string
required

JWT refresh token

expires_in
integer
required

Access token expiration time in seconds

account
AccountResponse · object
required

Account information

user
UserResponse · object
required

User information