Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
Authorization: Bearer ********************curl --location -g --request GET '/gift/definitions?sort&skip_meta_totals&page[number]&page[size]' \
--header 'Authorization: Bearer <token>'{
"meta": {
"total_pages": 0,
"current_page": 0,
"page_size": 0,
"total_entries": 0
},
"data": [
{
"id": "string",
"name": "string",
"logo": {
"url": "string",
"width": 0,
"height": 0,
"thumbnail": {
"url": "string",
"width": 0,
"height": 0
}
},
"online_shop_url": null,
"featured_position": null,
"emboss_line_2": "string"
}
],
"links": {
"self": "http://example.com",
"first": "http://example.com",
"prev": null,
"next": null,
"last": "http://example.com"
}
}