{ "opencollection": "1.0.0", "info": { "name": "Accredible Analytics Groups API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "Create a group", "type": "http" }, "http": { "method": "POST", "url": "https://api.accredible.com/v1/issuer/groups", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Group (course or achievement) under the issuer account." }, { "info": { "name": "View a group", "type": "http" }, "http": { "method": "GET", "url": "https://api.accredible.com/v1/issuer/groups/:group_id", "params": [ { "name": "group_id", "value": "", "type": "path", "description": "The unique ID of the group." } ] }, "docs": "Retrieves a single Group by ID." }, { "info": { "name": "Update a group", "type": "http" }, "http": { "method": "PUT", "url": "https://api.accredible.com/v1/issuer/groups/:group_id", "params": [ { "name": "group_id", "value": "", "type": "path", "description": "The unique ID of the group." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing Group." }, { "info": { "name": "Delete a group", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.accredible.com/v1/issuer/groups/:group_id", "params": [ { "name": "group_id", "value": "", "type": "path", "description": "The unique ID of the group." } ] }, "docs": "Deletes a Group by ID." }, { "info": { "name": "View all groups (deprecated)", "type": "http" }, "http": { "method": "GET", "url": "https://api.accredible.com/v1/issuer/all_groups", "params": [ { "name": "name", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "page_size", "value": "", "type": "query" } ] }, "docs": "Lists all Groups under the issuer account. Deprecated in favor of search." }, { "info": { "name": "Search for groups", "type": "http" }, "http": { "method": "POST", "url": "https://api.accredible.com/v1/issuer/groups/search", "body": { "type": "json", "data": "{}" } }, "docs": "Searches Groups by name and other attributes with pagination." } ] } ], "bundled": true }