Skip to main content
POST
https://example.com
/
api
/
auth
/
setup-password
Set password via invite token
curl --request POST \
  --url https://example.com/api/auth/setup-password \
  --header 'Content-Type: application/json' \
  --data '
{
  "password": "<string>",
  "token": "<string>"
}
'
{
  "success": "<unknown>"
}

Body

application/json
password
string
required
Required string length: 8 - 128
token
string
required
Required string length: 1 - 128

Response

Successful response

success
any
required