/v1/feeds/{token}
GET
/v1/feeds/{token}
const url = 'http://localhost:8787/v1/feeds/example';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url http://localhost:8787/v1/feeds/exampleParameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”token
required
string
Responses
Section titled “Responses”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
detail
required
string
status
required
number
title
required
string
type
required
string
Example
{ "code": "resource_not_found"}