{ "opencollection": "1.0.0", "info": { "name": "Certn Applications Teams and Users API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Teams and Users", "type": "folder" }, "items": [ { "info": { "name": "List users in the account", "type": "http" }, "http": { "method": "GET", "url": "https://api.certn.co/api/v1/users/" }, "docs": "Retrieve a list of users in your organizational account. Each user is returned with a UUID id and profile fields." }, { "info": { "name": "Retrieve all teams", "type": "http" }, "http": { "method": "GET", "url": "https://api.certn.co/api/v2/teams/" }, "docs": "Retrieve all teams in the account. Superteams contain Teams which contain Users. (Deprecated in the v1/v2 API.)" }, { "info": { "name": "Retrieve address reference templates", "type": "http" }, "http": { "method": "GET", "url": "https://api.certn.co/api/v2/teams/:team_id/address/reference_templates/", "params": [ { "name": "team_id", "value": "", "type": "path", "description": "The UUID of the team." } ] }, "docs": "Retrieve the templated address-reference questionnaires configured for a team, including question types (TRUE_FALSE, MULTIPLE_CHOICE, NUMERIC_RANGE, LONG_ANSWER) and variable substitution. (Deprecated in the v2 API.)" } ] } ], "bundled": true }