Skip to content

/v1/feeds/{token}

GET
/v1/feeds/{token}
curl --request GET \
--url http://localhost:8787/v1/feeds/example
token
required
string
>= 1 characters

RFC 5545 iCalendar — confirmed direct bookings + every channel’s external blocks as busy-time VEVENTs. No guest PII, no money (docs/06 CM-A export contract). The real wire path always ends .ics ({token}.ics) — see this file’s header for why the OpenAPI path template itself doesn’t literally spell that suffix.

Media typetext/calendar
string

Unknown, revoked, or malformed (missing .ics) token — same shape either way.

Media typeapplication/problem+json
object
code
required
string
Allowed values: resource_not_found feed_token_not_found connection_not_found listing_already_mapped conflict_not_found invalid_cursor already_resolved
detail
required
string
status
required
number
title
required
string
type
required
string
Example
{
"code": "resource_not_found"
}