Returns the holiday subscriptions for the specified user. Each subscription expands into a holidays[] list of cached occurrences with an excluded flag indicating whether that holiday is currently overridden off for this user.
For a country subscription only category: {type, key, name} is returned. For a region subscription, an additional country: {key, name} block disambiguates the parent country (e.g. category.key = DE-BY and country.key = DE).
curl --request GET \
--url https://api.zeeg.me/v2/holidays/subscriptions \
--header 'Authorization: Bearer <token>'Email address of the user whose holiday subscriptions to retrieve.
"lena.meier@horizondigital.de"
OK
Holiday subscriptions for the user.
Hide child attributes
Subscription identifier.
Self-link to delete this subscription or toggle its overrides.
"https://api.zeeg.me/v2/holidays/subscriptions/42"
Cached holiday occurrences for this category, with each entry's current override state.
Hide child attributes
Stable holiday identifier (e.g. christmas-day). Note the field is key, not holiday_key.
True if this holiday is currently overridden off for the user.
Next future occurrence, when distinct from date.
curl --request GET \
--url https://api.zeeg.me/v2/holidays/subscriptions \
--header 'Authorization: Bearer <token>'