curl --request GET \
--url https://api.closebot.com/agency/source/{id}/calendars \
--header 'X-CB-KEY: <api-key>'[
{
"name": "<string>",
"id": "<string>"
}
]Lists all calendars attached to a source.
This will return both manually added calendars and calendars from the external CRM.
curl --request GET \
--url https://api.closebot.com/agency/source/{id}/calendars \
--header 'X-CB-KEY: <api-key>'[
{
"name": "<string>",
"id": "<string>"
}
]