cURL
curl --request GET \ --url https://api.shiftkeeper.io/schedules/{schedule_id}/slack_channels/ \ --header 'x-api-key: <api-key>'
{ "channels": [ { "id": "C082GMY1SJH", "name": "general" } ] }
List all Slack channels linked to a schedule.
Enter your API key which starts with 'keeper_'
The ID of the schedule.
Default Response
The response is of type object.
object