{ "opencollection": "1.0.0", "info": { "name": "Fountain Developer API (Hire API v2) Applicants API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "X-ACCESS-TOKEN", "value": "{{X-ACCESS-TOKEN}}", "placement": "header" } }, "items": [ { "info": { "name": "Applicants", "type": "folder" }, "items": [ { "info": { "name": "List all applicants", "type": "http" }, "http": { "method": "GET", "url": "https://api.fountain.com/v2/applicants", "params": [ { "name": "funnel_id", "value": "", "type": "query", "description": "Filter by opening (funnel) ID." }, { "name": "stage_id", "value": "", "type": "query", "description": "Filter by stage ID." }, { "name": "stage", "value": "", "type": "query", "description": "Filter by stage type." }, { "name": "labels", "value": "", "type": "query", "description": "Comma-separated, URL-encoded list of label titles." }, { "name": "cursor", "value": "", "type": "query", "description": "Cursor for cursor-based pagination." }, { "name": "page", "value": "", "type": "query", "description": "Page number for offset pagination." }, { "name": "per_page", "value": "", "type": "query", "description": "Number of results per page." } ] }, "docs": "Returns a paginated list of applicants, filterable by funnel, stage, labels, and timestamps." }, { "info": { "name": "Create an applicant", "type": "http" }, "http": { "method": "POST", "url": "https://api.fountain.com/v2/applicants", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new applicant in a specified funnel." }, { "info": { "name": "Get applicant info", "type": "http" }, "http": { "method": "GET", "url": "https://api.fountain.com/v2/applicants/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The applicant ID." } ] }, "docs": "Get applicant info" }, { "info": { "name": "Update applicant info", "type": "http" }, "http": { "method": "PUT", "url": "https://api.fountain.com/v2/applicants/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The applicant ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update applicant info" }, { "info": { "name": "Delete an applicant", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.fountain.com/v2/applicants/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The applicant ID." } ] }, "docs": "Delete an applicant" }, { "info": { "name": "Advance an applicant", "type": "http" }, "http": { "method": "PUT", "url": "https://api.fountain.com/v2/applicants/:id/advance", "params": [ { "name": "id", "value": "", "type": "path", "description": "The applicant ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Advances an applicant to the next (or specified) stage in the funnel." }, { "info": { "name": "Bulk advance multiple applicants", "type": "http" }, "http": { "method": "POST", "url": "https://api.fountain.com/v2/applicants/advance", "body": { "type": "json", "data": "{}" } }, "docs": "Bulk advance multiple applicants" }, { "info": { "name": "Get transition history", "type": "http" }, "http": { "method": "GET", "url": "https://api.fountain.com/v2/applicants/:id/transitions", "params": [ { "name": "id", "value": "", "type": "path", "description": "The applicant ID." } ] }, "docs": "Get transition history" }, { "info": { "name": "Notify applicant", "type": "http" }, "http": { "method": "POST", "url": "https://api.fountain.com/v2/applicants/notify", "body": { "type": "json", "data": "{}" } }, "docs": "Notify applicant" }, { "info": { "name": "Get duplicate applicants", "type": "http" }, "http": { "method": "GET", "url": "https://api.fountain.com/v2/applicants/:id/duplicates", "params": [ { "name": "id", "value": "", "type": "path", "description": "The applicant ID." } ] }, "docs": "Get duplicate applicants" } ] } ], "bundled": true }