curl --request GET \
--url https://api.ongoody.com/v1/cards \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "6467431d-4dcd-4d98-9807-4b7fbb824e40",
"image": {
"url": "https://assets.ongoody.com/cards/111.png?format=png",
"width": 800,
"height": 1130
},
"image_thumb": {
"url": "https://assets.ongoody.com/cards/111.png?width=200&format=png",
"width": 200,
"height": 283
},
"occasions": []
},
{
"id": "e7583fbe-d22c-4408-a466-c992f58d0f82",
"image": {
"url": "https://assets.ongoody.com/cards/222.png?format=png",
"width": 800,
"height": 1130
},
"image_thumb": {
"url": "https://assets.ongoody.com/cards/222.png?width=200&format=png",
"width": 200,
"height": 283
},
"occasions": [
"Congratulations",
"Onboarding"
]
}
],
"list_meta": {
"total_count": 2
}
}Your Goody API key.
Page for pagination, starting at 1
x >= 1Items per page for pagination
1 <= x <= 100curl --request GET \
--url https://api.ongoody.com/v1/cards \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "6467431d-4dcd-4d98-9807-4b7fbb824e40",
"image": {
"url": "https://assets.ongoody.com/cards/111.png?format=png",
"width": 800,
"height": 1130
},
"image_thumb": {
"url": "https://assets.ongoody.com/cards/111.png?width=200&format=png",
"width": 200,
"height": 283
},
"occasions": []
},
{
"id": "e7583fbe-d22c-4408-a466-c992f58d0f82",
"image": {
"url": "https://assets.ongoody.com/cards/222.png?format=png",
"width": 800,
"height": 1130
},
"image_thumb": {
"url": "https://assets.ongoody.com/cards/222.png?width=200&format=png",
"width": 200,
"height": 283
},
"occasions": [
"Congratulations",
"Onboarding"
]
}
],
"list_meta": {
"total_count": 2
}
}