Skip to main content
GET
/
calendars
/
groups
Get Groups
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"
    }
  ]
}

Authorizations

Authorization
string
header
required

Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.

Headers

Version
enum<string>
required

API Version

Available options:
2021-04-15

Query Parameters

locationId
string
required

Location Id

Example:

"ve9EPM428h8vShlRW1KT"

Response

Successful response

groups
object[]
Last modified on March 4, 2026