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/customers//card_designs/' \
--header 'Accept-Version: v2' \
--header 'Authorization: Bearer <token>'{
"meta": null,
"data": {
"id": "string",
"created_at": {
"informational_timestamp": "2019-08-24T14:15:22.123Z"
},
"updated_at": {
"informational_timestamp": "2019-08-24T14:15:22.123Z"
},
"image_id": "string",
"versions": {
"url": "string",
"width": 0,
"height": 0,
"thumbnail": {
"url": "string",
"width": 0,
"height": 0
}
}
}
}