Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
curl --location --request GET 'https://www-staging.givve.com/api/voucher_owners/66cdd0fbe817b3d4c42e41c5' \
--header 'Authorization: Bearer ' \
--header 'Accept-Version: v2'
{
"meta": null,
"data": {
"id": "string",
"identifier": "string",
"title": "string",
"name": "string",
"first_name": "string",
"last_name": "string",
"email": "string",
"pending_email": null,
"pending_email_expires_at": null,
"address_line_1": "string",
"address_line_2": "string",
"zip_code": "12345",
"city": "City",
"country_code": "276",
"vouchers": [
{
"type": "voucher",
"id": "string",
"token": "string"
}
]
}
}