{ "opencollection": "1.0.0", "info": { "name": "Gencove Back array social API", "version": "v2" }, "items": [ { "info": { "name": "social", "type": "folder" }, "items": [ { "info": { "name": "social_disconnect_create", "type": "http" }, "http": { "method": "POST", "url": "https://api.gencove.com/api/v2/social-disconnect/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Disconnect given providers' social account from current user." }, { "info": { "name": "social_providers_list", "type": "http" }, "http": { "method": "GET", "url": "https://api.gencove.com/api/v2/social-providers/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "name", "value": "", "type": "query", "description": "Filter social providers by name" }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Return all available social providers, their autorization urls and user\nconnected accounts." }, { "info": { "name": "social_signup_create", "type": "http" }, "http": { "method": "POST", "url": "https://api.gencove.com/api/v2/social-signup/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Associate Social user with logged in Django user.\n\nIn social provider's config, `redirect_uri` or a similar setting should\nbe pointed to a url managed by the frontend app.\nFrontend app should pass on the info from social provider ie.\n```\n {\n \"provider\": \"basespace\",\n \"code\": \"foobar\"\n }\n```" } ] } ], "bundled": true }