cURL
curl --request GET \ --url https://api.ongoody.com/v1/collections \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "d9cbc0f6-e39d-4868-9db2-4b2c0fabe452", "workspace_id": "ad9b8983-8c02-4384-aa78-579026b66fc0", "title": "Maximize Value Added Experiences", "is_published": false, "published_price": null, "product": null, "published_version": null }, { "id": "dbeba216-7e87-442d-917c-b34b0ac6d5bc", "workspace_id": "ad9b8983-8c02-4384-aa78-579026b66fc0", "title": "Office Favorites", "is_published": true, "published_price": null, "product": null, "published_version": { "id": "d2324d4a-32d7-4d54-bb2f-6b6ee01600ca", "title": "Office Favorites", "subtitle": "Curated treats for the whole team", "multiple_select_mode": "disabled", "multiple_select_count": null, "multiple_select_price": null, "international_shipping_tier": "standard", "international_gift_cards_enabled": false, "header_image": null } } ], "list_meta": { "total_count": 2 } }
?published=true
Your Goody API key.
Page number for pagination (starts at 1)
x >= 1
Number of collections to return per page (maximum 100)
1 <= x <= 100
Return only published collections when true
Collections retrieved successfully
Show child attributes