API ReferenceSchedule groups

List schedule groups

List all schedule groups for an account.

GET
/v1/schedule_groups

Authorization

authorization
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/schedule_groups"
{  "data": [    {      "id": "sgrp_a1b2c3d4e5f6",      "name": "Orientations",      "object": "schedule_group"    }  ]}