POST
/
auth
/
verify-pwd
Reset password
curl --request POST \
  --url https://coreapi-dev.us.bcpapers.ca/auth/verify-pwd \
  --header 'Content-Type: application/json' \
  --data '
{
  "password": "<string>",
  "token": "<string>"
}
'
This response has no body data.

Body

application/json

Reset token and new password

password
string
token
string

Response