{
  "name": "Flowdock",
  "desc": "Flowdock is a team collaboration app for desktop, mobile & web.",
  "url": "https://www.flowdock.com/oauth",
  "oauth2": {
    "authorize": "/authorize",
    "access_token": "/token",
    "request": {
      "url": "https://api.flowdock.com",
      "cors": true
    },
    "refresh": "/token",
    "parameters": {
      "client_id": "string",
      "client_secret": "string",
      "scope": {
        "values": {
          "flow": "Read and send messages to flows.",
          "private": "Read and send private messages.",
          "manage": "Manage flows, organizations and their users.",
          "profile": "Access the user’s profile.",
          "offline_access": "Access the API when the user is not present.",
          "integration": "Set up team inbox integrations"
        }
      }
    }
  },
  "href": {
    "keys": "https://www.flowdock.com/oauth/applications/new",
    "docs": "https://www.flowdock.com/api/",
    "apps": "https://www.flowdock.com/oauth/applications",
    "provider": "https://www.flowdock.com/"
  }
}
