Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
| name | type | default | info |
|---|---|---|---|
| identifier | string | NONE | OPTIONAL |
| title | string | NONE | OPTIONAL |
| first_name | string | NONE | OPTIONAL |
| last_name | string | NONE | OPTIONAL |
| string | NONE | OPTIONAL | |
| phone_number | string | NONE | OPTIONAL |
| address_line_1 | string | NONE | OPTIONAL |
| address_line_2 | string | NONE | OPTIONAL |
| zip_code | string | NONE | OPTIONAL |
| city | string | NONE | OPTIONAL |
| country_code | string | NONE | OPTIONAL |
| language_code | string | NONE | OPTIONAL |
| nc_load | boolean | NONE | OPTIONAL |
| notification_categories | array of strings | NONE | OPTIONAL, values are txn-push, load-push and load-mail |
| password | string | NONE | OPTIONAL |
| accept_terms | boolean | NONE | OPTIONAL |
| accept_advertisement | boolean | NONE | OPTIONAL |
curl --location --request PUT 'https://www-staging.givve.com/api/voucher_owners/' \
--header 'Accept-Version: v2' \
--header 'Api-Access-Id: {{api_access_id}}' \
--header 'Redirect-Url: https://card.givve.com/verifymail' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "just some title",
"notification_categories": ["txn-push", "load-push"]
}'{}