GET /api/v2/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/vnd.api+json
Vary: Accept

{
    "data": {
        "sources": "https://share.osf.io/api/v2/sources/",
        "users": "https://share.osf.io/api/v2/user/",
        "status": "https://share.osf.io/api/v2/status",
        "rss": "https://share.osf.io/api/v2/feeds/rss",
        "atom": "https://share.osf.io/api/v2/feeds/atom"
    }
}