beycome_showings
Post-publish stage — calendar of showings, open houses, and offer deadlines (GET /calendar/events).
Used once a listing is live. The API requires the date range, so it defaults
to today → +90 days when omitted (from_date / to_date are
YYYY-MM-DD, with to_date on or after from_date). prop_id
filters to one listing; omit it for every listing the user owns.
The response always mixes ALL event kinds — each event carries a type
field (showing / open_house / offer). There is no server-side
type filter; when the user asks for one kind, filter on that field yourself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prop_id | No | Optional — filter events to one property id; omit for all listings. | |
| to_date | No | End of the calendar range (YYYY-MM-DD). Defaults to 90 days from today. | |
| from_date | No | Start of the calendar range (YYYY-MM-DD). Defaults to today. | |
| access_token | Yes | Bearer access token from beycome_signin_verify, or a previously saved token from your memory for this user. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||