Scheduling
calendars & appointments api
Get all calendar groups in a location.
cURL
curl --request GET \ --url https://services.leadconnectorhq.com/calendars/groups \ --header 'Authorization: Bearer <token>' \ --header 'Version: <version>'
{ "groups": [ { "locationId": "ocQHyuzHvysMo5N5VsXc", "name": "group a", "description": "group description", "slug": "15-mins", "isActive": true, "id": "ocQHyuzHvysMo5N5VsXc" } ] }
Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
API Version
2021-04-15
Location Id
"ve9EPM428h8vShlRW1KT"
Successful response
Show child attributes
Was this page helpful?