Skip to main content
GET
/
calendar-widgets
/
{id}
Get a calendar widget
curl --request GET \
  --url https://formitto.com/v1/calendar-widgets/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": 123,
  "name": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "domain": {
    "id": 123,
    "domain": "<string>"
  },
  "bookingCount": 123,
  "settings": {},
  "appearance": {},
  "behavior": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.formitto.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

A Formitto API key created in the dashboard (Settings → API keys). Pass it as Authorization: Bearer fmt_live_....

Path Parameters

id
integer
required

The resource id.

Response

The calendar widget.

id
integer
required
name
string
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
domain
object

The registered domain a resource is bound to.

bookingCount
integer

Present on list responses.

settings
object

Widget settings (webhookUrl stripped). Present on the detail view.

appearance
object

Present on the detail view.

behavior
object

Present on the detail view.