provider reminders GET /reminders.info
@utdk/slack /reminders.info
reminders_info
Gets information about a reminder.
token query
Authentication token. Requires scope: `reminders:read`
string
reminder query
The ID of the reminder
string

Try it

Authentication
Configure credentials for Slack Web API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

remindersInfo
GET/reminders.info
Gets information about a reminder.

Authentication token. Requires scope: `reminders:read`

The ID of the reminder

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import slack from '@utdk/slack';

await slack.remindersInfo()