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