{ "opencollection": "1.0.0", "info": { "name": "Gencove Back array invitation API", "version": "v2" }, "items": [ { "info": { "name": "invitation", "type": "folder" }, "items": [ { "info": { "name": "invitations_list", "type": "http" }, "http": { "method": "GET", "url": "https://api.gencove.com/api/v2/invitations/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." }, { "name": "status", "value": "", "type": "query", "description": "Filter invites by their status" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "List invites for an organization." }, { "info": { "name": "invitations_create", "type": "http" }, "http": { "method": "POST", "url": "https://api.gencove.com/api/v2/invitations/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Invite Gencove user to actors's organization." }, { "info": { "name": "invitations_token_retrieve", "type": "http" }, "http": { "method": "GET", "url": "https://api.gencove.com/api/v2/invitations-token/:token", "params": [ { "name": "token", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get invitation details by token." }, { "info": { "name": "invitations_token_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.gencove.com/api/v2/invitations-token/:token", "params": [ { "name": "token", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Handle invitation acceptance." }, { "info": { "name": "invitations_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.gencove.com/api/v2/invitations/:invitation_id", "params": [ { "name": "invitation_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Invitation details and management.\n\nRetrieving is enabled for all users, even unauthorized ones.\nUpdate and delete are enabled for logged-in users and only if they have\nthe appropriate relation to the invite." } ] } ], "bundled": true }