{ "opencollection": "1.0.0", "info": { "name": "Fountain Developer API (Hire API v2) Applicants Labels API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "X-ACCESS-TOKEN", "value": "{{X-ACCESS-TOKEN}}", "placement": "header" } }, "items": [ { "info": { "name": "Labels", "type": "folder" }, "items": [ { "info": { "name": "List all labels in stage", "type": "http" }, "http": { "method": "GET", "url": "https://api.fountain.com/v2/stages/:stage_id/labels", "params": [ { "name": "stage_id", "value": "", "type": "path" } ] }, "docs": "List all labels in stage" }, { "info": { "name": "List labels for applicant", "type": "http" }, "http": { "method": "GET", "url": "https://api.fountain.com/v2/applicants/:id/labels", "params": [ { "name": "id", "value": "", "type": "path", "description": "The applicant ID." } ] }, "docs": "List labels for applicant" }, { "info": { "name": "Update label for applicant", "type": "http" }, "http": { "method": "PUT", "url": "https://api.fountain.com/v2/applicants/:id/labels/:title", "params": [ { "name": "id", "value": "", "type": "path", "description": "The applicant ID." }, { "name": "title", "value": "", "type": "path", "description": "Label title." } ] }, "docs": "Assigns or removes a label on an applicant." } ] } ], "bundled": true }