Skip to main content
POST
/
auth
/
password-set
/
confirm
Confirm password set
curl --request POST \
  --url https://api.sprucecollective.co.uk/auth/password-set/confirm \
  --header 'Content-Type: application/json' \
  --data '
{
  "password": "<string>",
  "token": "<string>"
}
'
{
  "activation_link": "<string>",
  "email": "<string>",
  "message": "<string>"
}

Body

application/json

Password set confirmation

password
string
required
Minimum string length: 8
token
string
required

Response

OK

Include link when skip_email is true

email
string

Include email for auto-login

message
string