Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
name | type | default | info |
---|---|---|---|
value | string | NONE | REQUIRED |
device_identifier | string | NONE | OPTIONAL |
curl --location --request PUT 'https://www-staging.givve.com/api/voucher_owners/me/notification_tokens' \
--header 'Authorization: Bearer ' \
--header 'Accept-Version: v2' \
--header 'Content-Type: application/json' \
--data-raw '{
"value": "string",
"device_identifier": "string"
}'
{}