{
  "args": {
    "channel": {
      "desc": "Channel to get pinned items for.",
      "required": true,
      "type": "string"
    }
  },
  "desc": "Lists items pinned to a channel.",
  "errors": {
    "channel_not_found": "Value passed for `channel` was invalid.",
    "restricted_action": "The user does not have permission to view the channel."
  },
  "rate_limit": {
    "label": "Tier 2: 20+ per minute",
    "url": "https://docs.slack.dev/apis/web-api/rate-limits"
  },
  "scopes": {
    "bot": [
      {
        "name": "pins:read",
        "url": "https://docs.slack.dev/reference/scopes/pins.read"
      }
    ],
    "user": [
      {
        "name": "pins:read",
        "url": "https://docs.slack.dev/reference/scopes/pins.read"
      }
    ]
  }
}

