Skip to content
Start in Cloud

Accept invite

POST
/api/auth/accept-invite
curl --request POST \
--url https://hitkeep.com/api/auth/accept-invite \
--header 'Content-Type: application/json' \
--data '{ "password": "example", "token": "example" }'

Sets password for invited user using invite token.

Media type application/json
object
password
required
string
>= 8 characters
token
required
string
Example generated
{
"password": "example",
"token": "example"
}

Status

Media type application/json
object
message
string
status
string
Example generated
{
"message": "example",
"status": "example"
}