{
    "name": "Podio",
    "desc": "Teamwork made easy",
    "url": "https://podio.com/oauth",
    "oauth2": {
        "authorize": "/authorize",
        "access_token": "/token",
        "request": "https://podio.com/oauth",
        "refresh": "/token",
        "parameters": {
            "client_id": "string",
            "client_secret": "string",
            "scope": {
                "values": {}
            }
        }
    },
    "href": {
        "docs": "https://developers.podio.com/doc/",
        "provider": "https://podio.com"
    }
}