{
  "args": {
    "external_token_id": {
      "desc": "The id of the token you want to get the token for",
      "example": "Et12345ABCDE",
      "required": true,
      "type": "string"
    },
    "force_refresh": {
      "desc": "Always refresh existing token before returning even when the token has not expired",
      "example": "true",
      "required": false,
      "type": "boolean"
    }
  },
  "desc": "Get the access token for the provided token ID",
  "errors": {
    "access_token_exchange_failed": "There was an error while attempting to exchange or refresh token",
    "method_not_supported": "This API method is not supported",
    "no_refresh_token": "No refresh token found for the passed external\\_token\\_id",
    "token_not_found": "No token found for the passed external\\_token\\_id"
  },
  "rate_limit": {
    "label": "Tier 3: 50+ per minute",
    "url": "https://docs.slack.dev/apis/web-api/rate-limits"
  },
  "scopes": {}
}

