{
  "id": "trello",
  "name": "Trello",
  "description": "Boards, cards, checklists, and lightweight project planning.",
  "categories": [
    "Project management",
    "Operations"
  ],
  "appUrl": "https://trello.com",
  "docsUrl": "https://developer.atlassian.com/cloud/trello/guides/rest-api/authorization/",
  "notes": "Trello now uses Atlassian OAuth2 (auth.atlassian.com) for API authorization.",
  "popularityRank": 14,
  "connectionOptions": [
    {
      "id": "oauth",
      "provider": "http",
      "auth": {
        "strategy": "oauth2",
        "oauth": {
          "authorizationUrl": "https://auth.atlassian.com/authorize",
          "tokenUrl": "https://api.atlassian.com/oauth/token",
          "scopes": [
            "read",
            "write"
          ]
        }
      },
      "http": {
        "apiBaseUrl": "https://api.trello.com/1",
        "openApiUrl": "https://developer.atlassian.com/cloud/trello/swagger.v3.json"
      }
    }
  ]
}
