Current section
Files
Jump to
Current section
Files
priv/docs/methods/reminders.info.json
{
"args": {
"reminder": {
"desc": "The ID of the reminder",
"example": "Rm23456789",
"required": true,
"type": "string"
},
"team_id": {
"desc": "Encoded team id, required if org token is passed",
"required": false,
"type": "string"
}
},
"desc": "Gets information about a reminder.",
"errors": {
"missing_argument": "An argument is missing.",
"not_found": "That reminder can't be found."
},
"rate_limit": {
"label": "Tier 2: 20+ per minute",
"url": "https://docs.slack.dev/apis/web-api/rate-limits"
},
"scopes": {
"user": [
{
"name": "reminders:read",
"url": "https://docs.slack.dev/reference/scopes/reminders.read"
}
]
}
}