cURL
curl --request GET \ --url https://api.ongoody.com/v1/collections \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "d24c055a-27c2-4a80-98e5-48e1d3300730", "workspace_id": "c761e341-4f13-496d-8b10-ac753655e969", "title": "Embrace Rich Experiences", "is_published": false, "published_price": null, "product": null, "published_version": null }, { "id": "eb3a80be-a83d-4b6d-b57a-1b493e00b7eb", "workspace_id": "c761e341-4f13-496d-8b10-ac753655e969", "title": "Office Favorites", "is_published": true, "published_price": null, "product": null, "published_version": { "id": "115e9dbe-550e-426c-9dae-0cc19908669e", "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, "display_interface": "single_page", "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