Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
curl --location --request PUT 'https://www-staging.givve.com//api/customers//voucher_owners' \
--header 'Accept-Version: v2' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"save_mode": "all_or_nothing",
"voucher_owners": [
{
"first_name": "Max",
"last_name": "Mustermann"
}
]
}'{}