Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
name | type | default | info |
---|---|---|---|
action_token | string | NONE | REQUIRED |
password | string | NONE | REQUIRED |
curl --location --request POST 'https://www-staging.givve.com/api/password/confirm' \
--header 'Content-Type: application/json' \
--data-raw '{
"action_token": "",
"password": ""
}'
{}